Deletes an existing security configuration.
typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
void
(QUIC_API * QUIC_CONFIGURATION_CLOSE_FN)(
_In_ _Pre_defensive_ __drv_freesMem(Mem)
HQUIC Configuration
);
Configuration
The valid handle to an open configuration object.
This function releases the configuration object.
ConfigurationClose
is equivalent to free
and MUST be the final call on a configuration handle.
Any API calls using a configuration handle after ConfigurationClose
has been called is a use-after-free error!