Home
last modified time | relevance | path

Searched defs:OpenProcessToken (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DSecurityUtils.h56 bool OpenProcessToken(HANDLE processHandle, DWORD desiredAccess) in OpenProcessToken() function
/third_party/rust/rust/library/std/src/sys/windows/c/
Dwindows_sys.rs12 pub fn OpenProcessToken( in OpenProcessToken() function