NCM_GetVersionInfo( )
Description | Cautions | Example | Error Codes
NCMRetCode NCM_GetVersionInfo (OUT NCMSysVersion *psysver)
NCM_SUCCESS if success NCM error code if failure NCMApi.h NCMTypes.h synchronous, asynchronous Description
The NCM_GetVersionInfo( ) function gets OS and Intel® Dialogic System information. This function retrieves the Operating System and Intel® Dialogic System Service information for local and remote computers.
Cautions
Example
#include "NCMApi.h" #include "NCMTypes.h" ... // //Execute // NCMRetCode ncmRc = NCM_GetVersionInfo (*psysver); if ( ncmRc != NCM_SUCCESS ) { //process error ... } ...Error Codes
NCME_REMOTE_REG_ERROR error opening registry key of remote computer
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation