This topic has not yet been rated - Rate this topic

DsQuerySitesFree function

The DsQuerySitesFree function frees the memory allocated by the DsQuerySitesByCost function.

Syntax


VOID WINAPI DsQuerySitesFree(
  _In_  PDS_SITE_COST_INFO rgSiteInfo
);

Parameters

rgSiteInfo [in]

Pointer to an array of DS_SITE_COST_INFO structures allocated by a call to DsQuerySitesByCost.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntdsapi.h

Library

Ntdsapi.lib

DLL

Ntdsapi.dll

See also

Domain Controller and Replication Management Functions
DS_SITE_COST_INFO
DsQuerySitesByCost

 

 

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.