C# Class Interop.mincore, AllNetCore

Datei anzeigen Open project: lodejard/AllNetCore Class Usage Examples

Private Methods

Method Description
Beep ( int frequency, int duration ) : bool
CancelThreadpoolIo ( SafeThreadPoolIOHandle pio ) : void
CheckTokenMembership ( SafeAccessTokenHandle TokenHandle, Array SidToCheck, bool &IsMember ) : bool
CloseServiceHandle ( IntPtr handle ) : bool
CloseThreadpoolIo ( IntPtr pio ) : void
ConvertStringSidToSid ( string stringSid, IntPtr &ByteArray ) : int
CreateFile ( string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES &securityAttrs, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle
CreateNamedPipe ( string pipeName, int openMode, int pipeMode, int maxInstances, int outBufferSize, int inBufferSize, int defaultTimeout, SECURITY_ATTRIBUTES &securityAttributes ) : SafePipeHandle
CreateNamedPipeClient ( string lpFileName, int dwDesiredAccess, System.IO.FileShare dwShareMode, SECURITY_ATTRIBUTES &secAttrs, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafePipeHandle
CreatePipe ( SafeFileHandle &hReadPipe, SafeFileHandle &hWritePipe, SECURITY_ATTRIBUTES &lpPipeAttributes, int nSize ) : bool
CreatePipe ( SafePipeHandle &hReadPipe, SafePipeHandle &hWritePipe, SECURITY_ATTRIBUTES &lpPipeAttributes, int nSize ) : bool
CreateThreadpoolIo ( SafeHandle fl, NativeIoCompletionCallback pfnio, IntPtr context, IntPtr pcbe ) : SafeThreadPoolIOHandle
CreateWellKnownSid ( int sidType, Array domainSid, Array resultSid, uint &resultSidLength ) : int
DuplicateTokenEx ( SafeAccessTokenHandle hExistingToken, uint dwDesiredAccess, IntPtr lpTokenAttributes, uint ImpersonationLevel, uint TokenType, SafeAccessTokenHandle &phNewToken ) : bool
EnumProcessModules ( SafeProcessHandle handle, IntPtr modules, int size, int &needed ) : bool
EventUnregister ( ulong RegHandle ) : uint
FillConsoleOutputAttribute ( IntPtr hConsoleOutput, short wColorAttribute, int numCells, COORD startCoord, int &pNumBytesWritten ) : bool
FillConsoleOutputCharacter ( IntPtr hConsoleOutput, char character, int nLength, COORD dwWriteCoord, int &pNumCharsWritten ) : bool
GetCurrentProcess ( ) : IntPtr
GetCurrentProcess ( ) : SafeProcessHandle
GetCurrentProcessId ( ) : uint
GetCurrentThread ( ) : IntPtr
GetExitCodeProcess ( SafeProcessHandle processHandle, int &exitCode ) : bool
GetFileVersionInfoSizeEx ( uint dwFlags, string lpwstrFilename, uint &lpdwHandle ) : uint
GetLastError ( ) : int
GetLongPathNameW ( SafeHandle lpszShortPath, SafeHandle lpszLongPath, uint cchBuffer ) : uint
GetModuleBaseName ( SafeProcessHandle processHandle, IntPtr moduleHandle, StringBuilder baseName, int size ) : int
GetNativeSystemInfo ( SYSTEM_INFO &lpSystemInfo ) : void
GetPriorityClass ( SafeProcessHandle handle ) : int
GetProcessTimes ( SafeProcessHandle handle, long &creation, long &exit, long &kernel, long &user ) : bool
GetProcessWorkingSetSizeEx ( SafeProcessHandle handle, IntPtr &min, IntPtr &max, int &flags ) : bool
GetRestrictedErrorInfo ( ) : IRestrictedErrorInfo
GetStdHandle ( int nStdHandle ) : IntPtr
GetThreadPriority ( SafeThreadHandle handle ) : int
GetThreadPriorityBoost ( SafeThreadHandle handle, bool &disabled ) : bool
GetThreadTimes ( SafeThreadHandle handle, long &creation, long &exit, long &kernel, long &user ) : bool
IsEqualDomainSid ( Array sid1, Array sid2, bool &result ) : int
IsWellKnownSid ( Array sid, int type ) : int
LookupPrivilegeValue ( string lpSystemName, string lpName, LUID &lpLuid ) : bool
LsaLookupNames2 ( SafeLsaPolicyHandle handle, int flags, int count, Array names, SafeLsaMemoryHandle &referencedDomains, SafeLsaMemoryHandle &sids ) : uint
LsaLookupSids ( SafeLsaPolicyHandle handle, int count, Array sids, SafeLsaMemoryHandle &referencedDomains, SafeLsaMemoryHandle &names ) : uint
LsaOpenPolicy ( string systemName, LSA_OBJECT_ATTRIBUTES &attributes, int accessMask, SafeLsaPolicyHandle &handle ) : uint
MapViewOfFileFromApp ( SafeMemoryMappedFileHandle hFileMappingObject, int DesiredAccess, long FileOffset, UIntPtr NumberOfBytesToMap ) : SafeMemoryMappedViewHandle
OpenProcessToken ( SafeProcessHandle ProcessHandle, int DesiredAccess, SafeTokenHandle &TokenHandle ) : bool
OpenService ( IntPtr databaseHandle, string serviceName, int access ) : IntPtr
OpenThread ( int access, bool inherit, int threadId ) : SafeThreadHandle
QueryPerformanceCounter ( long &value ) : bool
RegDeleteKeyEx ( SafeRegistryHandle hKey, String lpSubKey, int samDesired, int Reserved ) : int
RegDeleteValue ( SafeRegistryHandle hKey, String lpValueName ) : int
RegOpenKeyEx ( IntPtr hKey, string lpSubKey, int ulOptions, int samDesired, SafeRegistryHandle &hkResult ) : int
RegOpenKeyEx ( SafeRegistryHandle hKey, string lpSubKey, int ulOptions, int samDesired, SafeRegistryHandle &hkResult ) : int
RegSetValueEx ( SafeRegistryHandle hKey, String lpValueName, int Reserved, RegistryValueKind dwType, Array lpData, int cbData ) : int
RegSetValueEx ( SafeRegistryHandle hKey, String lpValueName, int Reserved, RegistryValueKind dwType, String lpData, int cbData ) : int
RegSetValueEx ( SafeRegistryHandle hKey, String lpValueName, int Reserved, RegistryValueKind dwType, int &lpData, int cbData ) : int
RegSetValueEx ( SafeRegistryHandle hKey, String lpValueName, int Reserved, RegistryValueKind dwType, long &lpData, int cbData ) : int
RevertToSelf ( ) : bool
RtlNtStatusToDosError ( int status ) : int
SetConsoleCursorPosition ( IntPtr hConsoleOutput, COORD cursorPosition ) : bool
SetConsoleOutputCP ( int codePage ) : bool
SetConsoleTitle ( string title ) : bool
SetCurrentDirectory ( string path ) : bool
SetLastError ( uint dwErrCode ) : void
SetProcessAffinityMask ( SafeProcessHandle handle, IntPtr mask ) : bool
SetThreadToken ( IntPtr ThreadHandle, SafeTokenHandle hToken ) : bool
SetVolumeLabel ( string driveLetter, string volumeName ) : bool
StartService ( IntPtr serviceHandle, int argNum, IntPtr argPtrs ) : bool
StartThreadpoolIo ( SafeThreadPoolIOHandle pio ) : void
TerminateProcess ( SafeProcessHandle processHandle, int exitCode ) : bool
UnmapViewOfFile ( IntPtr lpBaseAddress ) : int
VerLanguageName ( uint langID, StringBuilder lpBuffer, uint nSize ) : int
VirtualAlloc ( SafeHandle lpAddress, UIntPtr dwSize, int flAllocationType, int flProtect ) : IntPtr