CAdUiImageResource::CAdUiImageResource Constructor (UINT, UINT, UINT, HMODULE)   

CAdUiImageResource(
    UINT lightId, 
    UINT darkId, 
    UINT type, 
    HMODULE hInst = NULL
);
Parameters
Parameters 
Description 
UINT lightId 
Specify the light theme resource ID.  
UINT darkId 
Specify the dark theme resource ID.  
UINT type 
Specify the type of resource data.  
HMODULE hInst = NULL 
Specify resource module handle.  
Description

 

Create a new CAdUiImageResource object.

Links