NCM_StopDlgSrv( )
Description | Cautions | Example | Error Codes | See Also
NCMRetCode NCM_StopDlgSrv( )
None NCM_SUCCESS if success NCM error code if failure NCMApi.h 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
See Also
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation