My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::CWinRawMsg Struct Reference

raw win32 message More...

#include <OSWindows.h>

Inheritance diagram for ParaEngine::CWinRawMsg:
ParaEngine::PoolBase< CWinRawMsg > ParaEngine::intrusive_ptr_thread_safe_base

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_baseoperator= (const intrusive_ptr_thread_safe_base &)
 

Detailed Description

raw win32 message


The documentation for this struct was generated from the following file: