CWndClassInfo::m_lpszCursorID

This data member specifies either the name of the cursor resource or the resource identifier in the low-order word and zero in the high-order word. When the window class is registered, the handle to the cursor identified by m_lpszCursorID is retrieved and stored in m_wc.

Syntax

LPCTSTR m_lpszCursorID;

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWndClassInfo Overview, CWndClassInfo Data Members, CWndClassInfo::m_bSystemCursor, CWndClassInfo::m_wc