This topic has not yet been rated - Rate this topic

DsRoleFreeMemory function

The DsRoleFreeMemory function frees memory allocated by the DsRoleGetPrimaryDomainInformation function.

Syntax


VOID WINAPI DsRoleFreeMemory(
  _In_  PVOID Buffer
);

Parameters

Buffer [in]

Pointer to the buffer to be freed.

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

Dsrole.h

Library

Netapi32.lib

DLL

Netapi32.dll

See also

DsRoleGetPrimaryDomainInformation
Directory Service Functions

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.