Platform SDK: Active Directory, ADSI, and Directory Services

DsRoleFreeMemory

The DsRoleFreeMemory function frees the memory returned from many of the DsRole functions.

VOID DsRoleFreeMemory(
  PVOID Buffer
);
 

Parameters

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

Return Values

This function does not return a value.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Dsrole.h.
  Library: Included as a resource in Netapi32.dll.

See Also

Directory Service Functions, DsRoleGetPrimaryDomainInformation