Share

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

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.

Links

CAdUiImageResource Class

Was this information helpful?