My Project
|
raw win32 message More...
#include <OSWindows.h>
Public Member Functions | |
CWinRawMsg (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) | |
CWinRawMsg (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, int nID) | |
Public Attributes | |
int | m_nID |
HWND | m_hWnd |
UINT | m_uMsg |
WPARAM | m_wParam |
LPARAM | m_lParam |
![]() | |
boost::detail::atomic_count | m_ref_count |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t size) |
static void | operator delete (void *p) |
![]() | |
intrusive_ptr_thread_safe_base (const intrusive_ptr_thread_safe_base &) | |
intrusive_ptr_thread_safe_base & | operator= (const intrusive_ptr_thread_safe_base &) |
raw win32 message