CAdUiImageResource( UINT lightId, UINT darkId, LPCTSTR pType = RT_RCDATA, HMODULE hInst = NULL );
|
Parameters |
Description |
|
UINT lightId |
Specify the light theme resource ID. |
|
UINT darkId |
Specify the dark theme resource ID. |
|
LPCTSTR pType = RT_RCDATA |
Specify the type of resource data. |
|
HMODULE hInst = NULL |
Specify resource module handle. |
Create a new CAdUiImageResource object.