ConnMgrReleaseConnection

The ConnMgrReleaseConnection function deletes the specified connection request, which could drop the physical connection.

Syntax

HRESULT WINAPI ConnMgrReleaseConnection(
HANDLE hConnection,
BOOL bCache );

Parameters

  • hConnection
    Handle to the current connection; the ConnMgrEstablishConnection function returns the value of this parameter.
  • bCache
    TRUE if the connection manager can cache the connection; if the connection should not be cached, set to FALSE.

Return Values

None.

Requirements

Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: connmgr.h
Library: cellcore.lib

See Also

Connection Manager

Connection Manager API Functions

ConnMgrEstablishConnection

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.