Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 478 Bytes

ConfigurationLoadCredential.md

File metadata and controls

29 lines (20 loc) · 478 Bytes

ConfigurationLoadCredential function

Deletes an existing configuration.

Syntax

typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
QUIC_STATUS
(QUIC_API * QUIC_CONFIGURATION_LOAD_CREDENTIAL_FN)(
    _In_ _Pre_defensive_ HQUIC Configuration,
    _In_ _Pre_defensive_ const QUIC_CREDENTIAL_CONFIG* CredConfig
    );

Parameters

TODO

Remarks

TODO

See Also

ConfigurationOpen
ConfigurationClose