Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a resource instance from the list of stored handles.
bool RemoveResourceInstance(
HINSTANCE hInst
) throw( );
Parameters
- hInst
The resource instance to remove.
Return Value
Returns true if the resource was successfully removed, false otherwise.
Requirements
Header: atlcore.h
See Also
Reference
CAtlBaseModule::AddResourceInstance