PREV TOC HOME INDEX NEXT


NCM_GetVersionInfo( )


Description | Cautions | Example | Error Codes

Name:

NCMRetCode NCM_GetVersionInfo (OUT NCMSysVersion *psysver)

Returns:

NCM_SUCCESS if success NCM error code if failure

Includes:

NCMApi.h NCMTypes.h

Mode:

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

None

Example

#include "NCMApi.h"
#include "NCMTypes.h"
... 
//
//Execute
// 
NCMRetCode ncmRc = NCM_GetVersionInfo (*psysver); 
if ( ncmRc != NCM_SUCCESS )
{      //process error
     ...
}
... 

Error Codes

Equate

Returned When

NCME_REMOTE_REG_ERROR error opening registry key of remote computer


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated January, 2003