Method |
Description |
|
CloseHandle ( IntPtr handle ) : bool |
|
|
CreateSemaphore ( NativeMethods lpSecurityAttributes, int initialCount, int maximumCount, string name ) : SafeWaitHandle |
|
|
FormatFromRawValue ( uint dwCounterType, uint dwFormat, long &pTimeBase, NativeMethods pRawValue1, NativeMethods pRawValue2, NativeMethods pFmtValue ) : int |
|
|
FreeLibrary ( HandleRef hModule ) : bool |
|
|
GetComputerName ( StringBuilder lpBuffer, int nSize ) : bool |
|
|
GetStockObject ( int nIndex ) : IntPtr |
|
|
GetTextMetrics ( IntPtr hDC, [ tm ) : bool |
|
|
IsWow64Process ( SafeProcessHandle hProcess, bool &Wow64Process ) : bool |
|
|
LoadLibrary ( string libFilename ) : IntPtr |
|
|
MessageBox ( IntPtr hWnd, string text, string caption, int type ) : int |
|
|
MessageBoxSystem ( IntPtr hWnd, string text, string caption, int type ) : int |
|
|
OpenSemaphore ( int desiredAccess, bool inheritHandle, string name ) : SafeWaitHandle |
|
|
QueryPerformanceCounter ( long &value ) : bool |
|
|
QueryPerformanceFrequency ( long &value ) : bool |
|
|
RegisterWindowMessage ( string msg ) : int |
|
|
ReleaseSemaphore ( SafeWaitHandle handle, int releaseCount, int &previousCount ) : bool |
|
|