IServicePartitionConfig::PartitionConfig method (comsvcs.h)

Configures how partitions are used for the enclosed work.

Syntax

HRESULT PartitionConfig(
  [in] CSC_PartitionConfig partitionConfig
);

Parameters

[in] partitionConfig

A value from the CSC_PartitionConfig enumeration.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_FAIL, and S_OK.

Remarks

The user must belong to any partition that is used to run the enclosed work.

Requirements

Requirement Value
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

IServicePartitionConfig