LoadStandardCursor

LoadStandardCursor是一個計算機參數,作用為載入視窗預定義的游標資源,由參數lpszCursorName指定。

基本介紹

  • 中文名:載入標準游標
  • 外文名:LoadStandardCursor
  • 函式功能:載入指定的預定義的游標資源
  • 函式參數:LPCTSTR lpszCursorName
  • 函式返回值:HCURSOR
CWinApp,說明,參數,

CWinApp

HCURSOR LoadStandardCursor( LPCTSTR lpszCursorName ) const;

說明

載入視窗預定義的游標資源,由參數lpszCursorName指定

參數

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

相關詞條

熱門詞條

聯絡我們