EssGVersion

Returns the version number for the API.

Syntax

ESSG_FUNC_M EssGVersion (pulVersion);
ParameterData TypeDescription

pulVersion

ESSG_PULONG_T

Pointer to the current version number of the Grid API.

Notes

Return Value

If successful, returns ESSG_STS_NOERR.

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