Platform SDK: Network Management

DnsReleaseContextHandle

The DnsReleaseContextHandle function releases memory used to store the credentials of a specific account.

VOID WINAPI DnsReleaseContextHandle(
  HANDLE ContextHandle
);

Parameters

ContextHandle
[in] Pointer to a handle pointing to the credentials of a specific account.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Windns.h.
  Library: Use Dnsapi.lib.

See Also

DnsAcquireContextHandle