PRB: LoadCursor() Fails on IDC_SIZE/IDC_ICON
Article ID: 131280
Article Last Modified on 7/11/2005
APPLIES TO
- Microsoft Platform Software Development Kit-January 2000 Edition, when used with:
- Microsoft Windows 2000 Standard Edition
This article was previously published under Q131280
SYMPTOMS
LoadCursor() returns NULL when passed IDC_SIZE or IDC_ICON for a second
parameter.
CAUSE
IDC_SIZE and IDC_ICON are obsolete. They are available only for backward
compatibility. Applications marked as a version 4.0 application are not
able to load these cursors under Windows 95 or Windows 2000.
STATUS
This behavior is by design.
Keywords: kbicon kbprb kbresource KB131280