AfxGetResourceHandle
使用此函数返回 HINSTANCE 的句柄直接访问应用程序的资源,例如,在调用 Windows 函数 FindResource。
extern HINSTANCE AfxGetResourceHandle( );
返回值
应用程序默认资源加载的 HINSTANCE 处理。
示例
//Load the menu specifying the module handle where resource is to be
//found & resource ID
HMENU hMenu = ::LoadMenu(AfxGetResourceHandle(), MAKEINTRESOURCE(IDR_MAINFRAME));
要求
标头: afxwin.h