CWinApp::LoadCursor
Visual Studio 2012
Loads the cursor resource named by lpszResourceName or specified by nIDResource from the current executable file.
HCURSOR LoadCursor( LPCTSTR lpszResourceName ) const; HCURSOR LoadCursor( UINT nIDResource ) const;
LoadCursor loads the cursor into memory only if it has not been previously loaded; otherwise, it retrieves a handle of the existing resource.
Use the LoadStandardCursor or LoadOEMCursor member function to access the predefined Windows cursors.