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.
If TRUE, the system cursor resource will be loaded when the window class is registered.
BOOL m_bSystemCursor;
Remarks
Otherwise, the cursor resource contained in your module will be loaded.
CWndClassInfo uses m_bSystemCursor only when the DECLARE_WND_CLASS (the default in CWindowImpl) or the DECLARE_WND_CLASS_EX macro is specified. In this case, m_bSystemCursor is initialized to TRUE. For more information, see the CWndClassInfo overview.
Requirements
Header: atlwin.h