bool Load( UINT id, UINT type, HMODULE hInst = NULL );
|
Parameters |
Description |
|
UINT id |
Specify resource ID. |
|
UINT type |
Specify the type of resource data. |
|
HMODULE hInst = NULL |
Specify resource module handle. |
If success, return true. Otherwise, return false.
Load resource by resource ID.