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.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

LPCTSTR m_lpszCursorID;

See Also

CWndClassInfo::m_bSystemCursor, CWndClassInfo::m_wc