複製鏈接
請複製以下鏈接發送給好友

LoadStandardCursor

鎖定
LoadStandardCursor是一個計算機參數,作用為加載窗口預定義的光標資源,由參數lpszCursorName指定。
中文名
加載標準光標
外文名
LoadStandardCursor
函數功能
加載指定的預定義的光標資源
函數參數
LPCTSTR lpszCursorName
函數返回值
HCURSOR

目錄

LoadStandardCursorCWinApp

HCURSOR LoadStandardCursor( LPCTSTR lpszCursorName ) const;

LoadStandardCursor説明

加載窗口預定義的光標資源,由參數lpszCursorName指定

LoadStandardCursor參數

lpszCursorName
用於指定預定義的光標類型,可以為以下的參數
IDC_ARROW 標準的箭頭光標
IDC_IBEAM 標準的text-insertion光標
IDC_WAIT Hourglass cursor used when Windows performs a time-consuming task
IDC_CROSS Cross-hair cursor for selection
IDC_UPARROW Arrow that points straight up
IDC_SIZE Obsolete and unsupported; use IDC_SIZEALL
IDC_SIZEALL A four-pointed arrow. The cursor to use to resize a window.
IDC_ICON Obsolete and unsupported. Use IDC_ARROW.
IDC_SIZENWSE Two-headed arrow with ends at upper left and lower right
IDC_SIZENESW Two-headed arrow with ends at upper right and lower left
IDC_SIZEWE Horizontal two-headed arrow
IDC_SIZENS Vertical two-headed arrow