Share via


IExternalConnection.ReleaseConnection(UInt32, UInt32, Int32) Method

Definition

public:
 System::UInt32 ReleaseConnection(System::UInt32 EXTCONN, System::UInt32 reserved, int fLastReleaseCloses);
public:
 unsigned int ReleaseConnection(unsigned int EXTCONN, unsigned int reserved, int fLastReleaseCloses);
unsigned int ReleaseConnection(unsigned int EXTCONN, unsigned int reserved, int fLastReleaseCloses);
public uint ReleaseConnection (uint EXTCONN, uint reserved, int fLastReleaseCloses);
abstract member ReleaseConnection : uint32 * uint32 * int -> uint32
Public Function ReleaseConnection (EXTCONN As UInteger, reserved As UInteger, fLastReleaseCloses As Integer) As UInteger

Parameters

EXTCONN
UInt32
reserved
UInt32
fLastReleaseCloses
Int32

Returns

Applies to