PREV TOC HOME INDEX NEXT


NCM_StartDlgSrv( )


Description | Cautions | Example | Error Codes | See Also

Name:

NCMRetCode NCM_StartDlgSrv( )

Inputs:

None

Returns:

NCM_SUCCESS if success NCM error code if failure

Includes:

NCMApi.h

Mode:

synchronous

Description

The NCM_StartDlgSrv( ) function initiates the Intel® Dialogic System Service. For more information about the Intel® Dialogic System Service, see Section 2.8, Starting and Stopping the Intel® Dialogic System Service.

Cautions

All auto-detectable Intel® Dialogic devices in the system must be detected using either the NCM_DetectBoards( ) function or the NCM_DetectBoardsEx( ) function before the NCM_StartDlgSrv( ) function can be used to start the Intel® Dialogic System Service. Refer to Section 2.6.1, Auto Detection for information about auto-detectable Intel® Dialogic devices.

A successful completion code for this function only indicates that the Intel® Dialogic System Service was initiated. To determine whether the Intel® Dialogic System Service completed its startup successfully, use the NCM_GetDlgSrvState( ) function.

Example

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

Error Codes

Equate

Returned When

NCME_OPENING_SCM an error occurred opening service control manager
NCME_OPENING_DLGC_SVC an error occurred opening the Intel® Dialogic System Service
NCME_STARTING_DLGC_SVC an error occurred starting the Intel® Dialogic System Service

See Also


PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

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