Share

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

C++

CAdUiImageResource(
    UINT id, 
    UINT type, 
    HMODULE hInst = NULL
);

Description

Create a new CAdUiImageResource object by resource ID.

Parameters

Parameters Description
id Specify the resource ID.
type Specify the type of resource data.
hInst Specify resource module handle.

Links

CAdUiImageResource Class

Was this information helpful?