cwbUN_GetLdapPublishCount

Purpose

Returns the number of publishing records configured for this iSeries™ server. A publish record identifies a category of information to be published, and how and where it is to be published.

Syntax

int cwbUN_GetLdapPublishCount
    ( cwbUN_ldapPubHandle  handle,
      int                  *count
    );

Parameters

cwbUN_ldapPubHandle handle - input
A handle previously obtained by a call to cwbUN_OpenLdapPublishing().
int * count - output
The number of publish records configured on the iSeries server.

Return Codes

The following list shows common return values:

CWB_OK
Successful completion.
CWB_INVALID_API_HANDLE
Invalid handle.
CWB_INVALID_POINTER
A NULL pointer was specified.

Usage

None