EssGVersion

Description

EssGVersion() returns the version number for the API.

Syntax

ESSG_FUNC_M EssGVersion (pulVersion);
ESSG_PULONG_T pulVersion

Parameters

pulVersionPointer to the current version number of the Essbase Grid API.

Return Value

If successful, returns ESSG_STS_NOERR.

Notes

Access

None.

Example

#include <essapin.h>
#include <essgapin.h>

ESSG_FUNC_M     sts = ESS_STS_NOERR;
ESSG_ULONG_T    ulVersion;
    
/* get version number for the API */
sts = EssGVersion(&ulVersion);

See Also

Using the Grid API Functions
Grid API Structures