cwbAD_GetProductFixLevel

Use the cwbAD_GetProductFixLevel command.

Purpose

Returns the current product fix level.

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 product. Returns an empty string if fixes have not been applied.