crashrpt
Public Member Functions | Public Attributes | List of all members
WTL::CCursorT< t_bManaged > Class Template Reference

Public Member Functions

 CCursorT (HCURSOR hCursor=NULL)
 
CCursorT< t_bManaged > & operator= (HCURSOR hCursor)
 
void Attach (HCURSOR hCursor)
 
HCURSOR Detach ()
 
 operator HCURSOR () const
 
bool IsNull () const
 
HCURSOR LoadCursor (ATL::_U_STRINGorID cursor)
 
HCURSOR LoadSysCursor (LPCTSTR lpstrCursorName)
 
HCURSOR LoadOEMCursor (LPCTSTR lpstrCursorName)
 
HCURSOR LoadCursor (ATL::_U_STRINGorID cursor, int cxDesired, int cyDesired, UINT fuLoad=0)
 
HCURSOR LoadCursorFromFile (LPCTSTR pstrFilename)
 
HCURSOR CreateCursor (int xHotSpot, int yHotSpot, int nWidth, int nHeight, CONST VOID *pvANDPlane, CONST VOID *pvXORPlane)
 
HCURSOR CreateCursorFromResource (PBYTE pBits, DWORD dwResSize, DWORD dwVersion=0x00030000)
 
HCURSOR CreateCursorFromResourceEx (PBYTE pbBits, DWORD cbBits, DWORD dwVersion=0x00030000, int cxDesired=0, int cyDesired=0, UINT uFlags=LR_DEFAULTCOLOR)
 
BOOL DestroyCursor ()
 
HCURSOR CopyCursor ()
 

Public Attributes

HCURSOR m_hCursor
 

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