IObjectContextInfo2::GetPartitionId method (comsvcs.h)

Retrieves the identifier of the partition of the current object context.

Syntax

HRESULT GetPartitionId(
  [out] GUID *pGuid
);

Parameters

[out] pGuid

A GUID that identifies the COM+ partition.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following values.

Return code Description
S_OK
The method completed successfully.
COMADMIN_E_PARTITIONS_DISABLED
COM+ partitions are not enabled.

Requirements

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

See also

IObjectContextInfo2