Udostępnij za pośrednictwem


AfxSetResourceHandle

Funkcja ta umożliwia ustawianie HINSTANCE uchwyt, który określa, gdzie są ładowane domyślnych zasobów aplikacji.

void AFXAPI AfxSetResourceHandle(
   HINSTANCE hInstResource 
); 

Parametry

  • hInstResource
    Uchwyt instancji lub moduł.Z której są ładowane zasoby aplikacji plik EXE lub DLL.

Przykład

// This code is taken from CMyApp::InitInstance
HINSTANCE hRes = NULL;
hRes = LoadLibrary(_T("Resource.dll"));
if(hRes)
   AfxSetResourceHandle(hRes);

Wymagania

Nagłówek: afxwin.h

Zobacz też

Informacje

AfxGetInstanceHandle

AfxGetResourceHandle

Koncepcje

Makra MFC i Globals