This topic has not yet been rated - Rate this topic

DnsReleaseContextHandle function

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

Syntax


void WINAPI DnsReleaseContextHandle(
  _In_  HANDLE ContextHandle
);

Parameters

ContextHandle [in]

The credentials handle of a specific account.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Windns.h

Library

Dnsapi.lib

DLL

Dnsapi.dll

See also

DnsAcquireContextHandle
DNS_RECORD

 

 

Send comments about this topic to Microsoft

Build date: 11/20/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.