C# Class Microsoft.Win32.SafeNativeMethods

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Méthode Description
CloseHandle ( HandleRef handle ) : bool
CloseHandle ( IntPtr handle ) : bool
CreateSemaphore ( NativeMethods lpSecurityAttributes, int initialCount, int maximumCount, String name ) : SafeWaitHandle
FormatMessage ( int dwFlags, HandleRef lpSource, int dwMessageId, int dwLanguageId, StringBuilder lpBuffer, int nSize, IntPtr arguments ) : int
FormatMessage ( int dwFlags, SafeHandle lpSource, uint dwMessageId, int dwLanguageId, StringBuilder lpBuffer, int nSize, IntPtr arguments ) : int
MessageBox ( HandleRef hWnd, string text, string caption, int type ) : int
OpenSemaphore ( int desiredAccess, bool inheritHandle, String name ) : SafeWaitHandle
OutputDebugString ( String message ) : void
QueryPerformanceCounter ( long &value ) : bool
QueryPerformanceFrequency ( long &value ) : bool
ReleaseSemaphore ( SafeWaitHandle handle, int releaseCount, int &previousCount ) : bool