cwbAD_GetProductFixLevel

Purpose

Returns the current fix level of iSeries™ Access for Windows®.

Syntax

 
unsigned int CWB_ENTRY cwbAD_GetProductFixLevel(
                             char               *szBuffer
                             unsigned long      *ulBufLen);

Parameters

char *szBuffer - output
Buffer into which the product fix level string will be written.
unsigned long * ulBufLen - input/output
Size of szBuffer, including space for the NULL terminator. On output, will contain the length of the fix level string, including the terminating NULL.

Return Codes

The following list shows common return values.

CWB_OK
Successful completion.
CWB_BUFFER_OVERFLOW
Buffer overflow. The required length is returned in ulBufLen.
CWB_INVALID_POINTER
Invalid pointer.

Usage

Returns the fix level of the iSeries Access for Windows product. Returns an empty string if fixes have not been applied.