Purpose
Retrieve the icon image list associated with iSeries™ Navigator.
Syntax
CWBAPI unsigned int WINAPI cwbUN_GetSharedImageList(
UINT uFlags,
HIMAGELIST *phImageList
);
Parameters
- UINT uFlags - input
- Specification of the type of image list to retrieve (defined above) The
following flag types are allowed:
- HIMAGELIST* phImageList -
- Address of the variable that will receive the image list handle.
Return Codes
The following list shows common return values:
- CWB_OK
- Successful completion.
- CWBUN_INVALID_FLAG_VALUE
- Not a valid supported flag value.
- CWBUN_CANT_GET_IMAGELIST
- A failure occurred while attempting to get the icon image list.
Usage
None