|
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 |
Public Attributes inherited from ParaEngine::intrusive_ptr_thread_safe_base | |
| boost::detail::atomic_count | m_ref_count |
Additional Inherited Members | |
Static Public Member Functions inherited from ParaEngine::PoolBase< CWinRawMsg > | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *p) |
Protected Member Functions inherited from ParaEngine::intrusive_ptr_thread_safe_base | |
| 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
1.8.12