C++
CAdUiImageResource( UINT id, LPCTSTR pType = RT_RCDATA, HMODULE hInst = NULL );
Description
Create a new CAdUiImageResource object by resource ID.
Parameters
Parameters | Description |
---|---|
id | Specify the resource ID. |
pType | Specify the type of resource data. |
hInst | Specify resource module handle. |