다음을 통해 공유


AfxGetResourceHandle

Use the HINSTANCE handle returned by this function to access the application's resources directly, for example, in calls to the Windows function FindResource.

extern HINSTANCE AfxGetResourceHandle( );

반환 값

An HINSTANCE handle where the default resources of the application are loaded.

예제

//Load the menu specifying the module handle where resource is to be  
//found & resource ID
HMENU hMenu = ::LoadMenu(AfxGetResourceHandle(), MAKEINTRESOURCE(IDR_MAINFRAME));

요구 사항

헤더: afxwin.h

참고 항목

참조

AfxGetInstanceHandle

AfxSetResourceHandle

AfxFindResourceHandle

개념

MFC 매크로 및 전역