Purpose
Indicates whether a specific iSeries™ Navigator
plug-in is installed.
Syntax
unsigned long CWB_ENTRY cwbAD_IsOpNavPluginInstalled(
const char *szPluginName,
cwb_Boolean *bIndicator);
Parameters
- const char* szPluginName - input
- Pointer to a null-terminated string that contains the name of the plug-in.
- cwb_Boolean *bIndicator - output
- Will contain CWB_TRUE if the plug-in is installed. Will return CWB_FALSE
if the component is not installed. Will not be set if an error occurs.
Return Codes
The following list shows common return
values.
- CWB_OK
- Successful completion.
- CWB_INVALID_POINTER
- One of the pointer parameters is NULL.
Usage
If the return value is not CWB_OK, the value
in bIndicator is meaningless.