Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies either the name of the cursor resource or the resource identifier in the low-order word and zero in the high-order word.
LPCTSTR m_lpszCursorID;
Remarks
When the window class is registered, the handle to the cursor identified by m_lpszCursorID is retrieved and stored by m_wc.
CWndClassInfo uses m_lpszCursorID only when the DECLARE_WND_CLASS (the default in CWindowImpl) or the DECLARE_WND_CLASS_EX macro is specified. In this case, m_lpszCursorID is initialized to IDC_ARROW. For more information, see the CWndClassInfo overview.
Requirements
Header: atlwin.h
See Also
Reference
CWndClassInfo::m_bSystemCursor