CAdUiImageResource::CAdUiImageResource Constructor (LPCTSTR, LPCTSTR, HMODULE, bool)   

CAdUiImageResource(
    LPCTSTR pName, 
    LPCTSTR pType = RT_RCDATA, 
    HMODULE hInst = NULL, 
    bool bIsThemed = false
);
Parameters
Parameters 
Description 
LPCTSTR pName 
Specify the resource ID string.  
LPCTSTR pType = RT_RCDATA 
Specify the type of resource data.  
HMODULE hInst = NULL 
Specify resource module handle.  
bool bIsThemed = false 
If true, dark/light theme support for image resource.  
Description

 

Create a new CAdUiImageResource object by resource ID string.

Links