DrtDeleteDnsBootstrapResolver function (drt.h)

The DrtDeleteDnsBootstrapResolver function deletes a DNS Bootstrap Provider instance.

Syntax

void DrtDeleteDnsBootstrapResolver(
  [in] DRT_BOOTSTRAP_PROVIDER *pResolver
);

Parameters

[in] pResolver

Pointer to a DRT_BOOTSTRAP_PROVIDER instance specifying the security provider to delete.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 Professional [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header drt.h
Library Drtprov.lib
DLL Drt.dll

See also

DRT_BOOTSTRAP_PROVIDER

DrtCreateDnsBootstrapResolver