EssGVersion() returns the version number for the API.
ESSG_FUNC_M EssGVersion (pulVersion);
ESSG_PULONG_T | pulVersion |
pulVersion | Pointer to the current version number of the Essbase Grid API. |
If successful, returns ESSG_STS_NOERR.
None.
#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);