HINSTANCE AfxGetResourceHandle( );
Return Value
An HINSTANCE handle where the default resources of the application are loaded.
Remarks
Use the HINSTANCE handle returned by this function to access the application’s resources directly, for example, in calls to the Windows function FindResource.
See Also AfxGetInstanceHandle, AfxSetResourceHandle