Share via


CmCspDeleteConnectionConfig (Compact 2013)

3/26/2014

This function is called by Connection Manager to delete a connection configuration.

Syntax

CM_RESULT CmCspDeleteConnectionConfig(
    __in_bcount(CM_CONNECTION_NAME_LENGTH) const WCHAR* szConnection
);

Parameters

  • [in] szConnection
    The connection name to delete.

Return Value

The following table shows the possible return values.

Value

Description

CMRE_SUCCESS

The call succeeded.

CMRE_INVALID_CONNECTION

The connection does not exist.

CMRE_INVALID_PARAMETER

One of the input parameters is invalid.

CMRE_UNEXPECTED

An unexpected failure occurred.

Remarks

This function is called by Connection Manager and processed by the Connection Service Provider.

Requirements

Header

cmcsp.h

See Also

Reference

Connection Service Provider Functions

Other Resources

Connection Service Provider Reference