Share

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

C++

CAdUiImageResource(
    UINT lightId, 
    UINT darkId, 
    LPCTSTR pType = RT_RCDATA, 
    HMODULE hInst = NULL
);

Description

Create a new CAdUiImageResource object.

Parameters

Parameters Description
lightId Specify the light theme resource ID.
darkId Specify the dark theme resource ID.
pType Specify the type of resource data.
hInst Specify resource module handle.

Links

CAdUiImageResource Class

Was this information helpful?