라벨이 LoadCursor()인 게시물 표시

[Win32 API] LoadCursor Fuction

Load the cursor resource named by lpszResourceName or                                                specified by nIDResource from the current executable file. Syntax HCURSOR WINAPI LoadCursor( __in_opt HINSTANCE hInstance, __in LPCTSTR lpCursorName ); Parameter lpszResourceName : Point to a nul-terminated string that contains the name of the cursor resource. You can use a Cstring for this argument. nIDResource : ID of the cursor resource. For a list of resources, see LoadCursor in the Windows SDK. Value Meaning IDC_APPSTARTING Standard arrow and small hourglass IDC_ARROW Standard arrow IDC_CROSS Crosshair IDC_HAND Hand IDC_HELP Arrow and question mark IDC_IBEAM I-beam IDC_ICON Obsolete for applications marked version 4.0 or later. IDC_NO Slashed circle IDC_SIZE Obsolete for applications marked versi...