Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 349 Bytes

SecConfigDelete.md

File metadata and controls

27 lines (18 loc) · 349 Bytes

SecConfigDelete function

Deletes an existing security configuration.

Syntax

typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
void
(QUIC_API * QUIC_SEC_CONFIG_DELETE_FN)(
    _In_ _Pre_defensive_ QUIC_SEC_CONFIG* SecurityConfig
    );

Parameters

TODO

Remarks

TODO

See Also

SecConfigCreate