GetSubPartitions Method

This method retrieves a list of the sub-partitions for a specified container.

IDL Definition

HRESULT GetSubPartitions(
 [in] VARIANT lInstanceId,
 [in] VARIANT szContainer,
 [out] VARIANT*  rgdwSubPartitionNumber
);

Parameters

lInstanceId

the virtual server instance the root database information is requested for

szContainer

The container for which the list of partitions (or value partitions) is requested (e.g. "o=somecompany/ou=members"

rgdwSubPartitionNumber

on return, a VT_ARRAY of VT_I4 values.  Each integer specifies each of the available sub-partitions on a namespace partition.

Return Values

a standard HRESULT value


© 1997-1998 Microsoft Corporation. All rights reserved.