cwbUN_IsSubcomponentInstalled

Purpose

Determines if an iSeries™ Navigator subcomponent is installed on the PC.

Syntax

CWBAPI BOOL WINAPI cwbUN_IsSubcomponentInstalled(
    UNIT uOption);

Parameters

UNIT uOption
Specifies the iSeries Navigator subcomponent to check. See the API's prolog in cwbun.h for a list of supported values.

Return Codes

Returns a boolean value.

TRUE
If the subcomponent is installed.
FALSE
If the subcomponent is not installed

Usage

None.