C++
CAdUiImageResource( UINT lightId, UINT darkId, UINT type, 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. |
| type | Specify the type of resource data. |
| hInst | Specify resource module handle. |