Поделиться через


CWinApp::LoadStandardIcon

Loads the Windows predefined icon resource that lpszIconName specifies.

HICON LoadStandardIcon(
   LPCTSTR lpszIconName 
) const;

Параметры

  • lpszIconName
    A manifest constant identifier that specifies a predefined Windows icon. These identifiers are defined in WINDOWS.H. For a list of the possible predefined values and their descriptions, see the lpIconName parameter in LoadIcon in the Windows SDK.

Возвращаемое значение

A handle to an icon if successful; otherwise NULL.

Заметки

Use the LoadStandardIcon or LoadOEMIcon member function to access the predefined Windows icons.

Требования

Header: afxwin.h

См. также

Основные понятия

CWinApp Class

CWinApp Members

Hierarchy Chart

CWinApp::LoadOEMIcon

CWinApp::LoadIcon

LoadIcon