Exemplo n.º 1
0
 public static extern bool OpenProcessToken(IntPtr processHandle, uint desiredAccess, out TokenSafeHandle tokenHandle);
Exemplo n.º 2
0
 public static extern bool GetTokenInformation(TokenSafeHandle tokenHandle, TOKEN_INFORMATION_CLASS tokenInformationClass,
                                               IntPtr tokenInformation, uint tokenInformationLength, out uint returnLength);
Exemplo n.º 3
0
 public static extern bool OpenProcessToken(IntPtr ProcessHandle, UInt32 DesiredAccess,
                                            out TokenSafeHandle TokenHandle);