C# Class Nexus.Client.Util.UacUtil

Utility class for getting information about UAC.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Private Methods

Méthode Description
CloseHandle ( IntPtr hObject ) : bool
GetCurrentProcess ( ) : IntPtr
GetProcAddress ( IntPtr hmodule, string procName ) : IntPtr
GetTokenInformation ( IntPtr TokenHandle, TOKEN_INFORMATION_CLASS TokenInformationClass, IntPtr TokenInformation, uint TokenInformationLength, uint &ReturnLength ) : bool
LoadLibrary ( string lpFileName ) : IntPtr
OpenProcessToken ( IntPtr ProcessHandle, UInt32 DesiredAccess, IntPtr &TokenHandle ) : bool