IExternalConnection.ReleaseConnection(UInt32, UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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