Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 538 Bytes

ConfigurationClose.md

File metadata and controls

31 lines (21 loc) · 538 Bytes

ConfigurationClose function

Deletes an existing security configuration.

Syntax

typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
void
(QUIC_API * QUIC_CONFIGURATION_CLOSE_FN)(
    _In_ _Pre_defensive_ __drv_freesMem(Mem)
        HQUIC Configuration
    );

Parameters

Configuration

The valid handle to an open configuration object.

Remarks

This function releases the configuration object.

See Also

ConfigurationOpen
ConfigurationLoadCredential