CAdUiImageResource::Load Method (UINT, UINT, HMODULE)   

bool Load(
    UINT id, 
    UINT type, 
    HMODULE hInst = NULL
);
Parameters
Parameters 
Description 
UINT id 
Specify resource ID.  
UINT type 
Specify the type of resource data.  
HMODULE hInst = NULL 
Specify resource module handle.  
Returns

If success, return true. Otherwise, return false.

Description

 

Load resource by resource ID.

Links