![]() |
![]() |
The dsmQueryApiVersion function call performs a query request for the API library version that the application client accesses.
All updates to the API are made in an upward-compatible format. Any application client with an API version or release less than, or equal to, the API library on the end user's workstation operates without change. Be aware before you proceed that should the dsmQueryApiVersion call return a version or version release older than that of the application clients, some API calls might be enhanced in a manner that is not supported by the end user's older version of the API.
The application API version number is stored in the dsmapitd.h header file as constants DSM_API_VERSION, DSM_API_RELEASE, and DSM_API_LEVEL.
void dsmQueryApiVersion (dsmApiVersion *apiVersionP);
Parameters
dsmApiVersionP->version = 1 dsmApiVersionP->release = 1 dsmApiVersionP->level = 0
Return Codes
There are no return codes that are specific to this call.