C# 클래스 BOLTStack.Win32

파일 보기 프로젝트 열기: fanfeilong/boltstack

비공개 메소드들

메소드 설명
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