Share

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

C++

CAdUiImageResource(
    LPCTSTR pName, 
    LPCTSTR pType = RT_RCDATA, 
    HMODULE hInst = NULL, 
    bool bIsThemed = false
);

Description

Create a new CAdUiImageResource object by resource ID string.

Parameters

Parameters Description
pName Specify the resource ID string.
pType Specify the type of resource data.
hInst Specify resource module handle.
bIsThemed If true, dark/light theme support for image resource.

Links

CAdUiImageResource Class

Was this information helpful?