Share

CAdUiImageResource::Load (LPCTSTR, LPCTSTR, HMODULE) Method

C++

bool Load(
    LPCTSTR pName, 
    LPCTSTR pType = RT_RCDATA, 
    HMODULE hInst = NULL
);

Description

Load resource by resource ID string.

Parameters

Parameters Description
pName Specify resource ID string.
pType Specify the type of resource data.
hInst Specify resource module handle.

Returns

If success, return true. Otherwise, return false.

Links

CAdUiImageResource Class

Was this information helpful?