C# Class NLog.Internal.NativeMethods

Exibir arquivo Open project: NLog/NLog

Private Methods

Method Description
CloseHandle ( IntPtr handle ) : bool
DuplicateToken ( IntPtr existingTokenHandle, int impersonationLevel, IntPtr &duplicateTokenHandle ) : bool
GetCurrentProcessId ( ) : int
GetModuleFileName ( [ hModule, [ lpFilename, [ nSize ) : uint
LogonUser ( string pszUsername, string pszDomain, string pszPassword, int dwLogonType, int dwLogonProvider, IntPtr &phToken ) : bool
OutputDebugString ( string message ) : void
QueryPerformanceCounter ( ulong &lpPerformanceCount ) : bool
QueryPerformanceFrequency ( ulong &lpPerformanceFrequency ) : bool