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 |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: