C# Class BOLTStack.Win32

Show file Open project: fanfeilong/boltstack

Private Methods

Method Description
CloseHandle ( IntPtr hObject ) : bool
CreateEvent ( IntPtr lpEventAttributes, bool bManualReset, bool bInitialState, string lpName ) : IntPtr
DispatchMessage ( MSG &msg ) : int
GetCurrentThreadId ( ) : int
GetMessage ( MSG &msg, IntPtr hwnd, int minFilter, int maxFilter ) : bool
PeekMessage ( [ lpMsg, IntPtr hwnd, int wMsgFilterMin, int wMsgFilterMax, int wRemoveMsg ) : bool
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : int
PostThreadMessage ( uint id, uint msg, UIntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string msg ) : uint
SetEvent ( IntPtr hEvent ) : bool
TranslateMessage ( MSG &msg ) : bool
WaitForSingleObject ( IntPtr hHandle, UInt32 dwMilliseconds ) : UInt32
WaitMessage ( ) : bool