PREV TOC HOME INDEX NEXT


NCM_StopDlgSrv( )


Description | Cautions | Example | Error Codes | See Also

Name:

NCMRetCode NCM_StopDlgSrv( )

Inputs:

None

Returns:

NCM_SUCCESS if success NCM error code if failure

Includes:

NCMApi.h

Mode:

Synchronous

Description

The NCM_StopDlgSrv( ) function stops 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

A successful completion code indicates that this function attempted to stop the Intel® Dialogic System Service. To determine whether the Intel® Dialogic System Service completed its stop, use the NCM_GetDlgSrvState( ) function.

Example

#include "NCMApi.h" 
... 
//
// Execute
// 
NCMRetCode     ncmRc = NCM_StopDlgSrv(  ); 
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_STOPPING_DLGC_SVC an error occurred stopping 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