Directory Services

DsRoleFreeMemory

The DsRoleFreeMemory function frees memory allocated by the DsRoleGetPrimaryDomainInformation function.

void DsRoleFreeMemory(
  PVOID Buffer
);

Parameters

Buffer
[in] Pointer to the buffer to be freed.

Return Values

This function has no return values.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Dsrole.h.
Library: Use Netapi32.lib.

See Also

DsRoleGetPrimaryDomainInformation, Directory Service Functions