ContextInfo2::GetPartitionId method (comsvcs.h)

Retrieves the GUID of the COM+ partition of the current object context.

Syntax

HRESULT GetPartitionId(
  [out] BSTR *__MIDL__ContextInfo20000
);

Parameters

[out] __MIDL__ContextInfo20000

A reference to the partition identifier.

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

COM+ Partitions

ContextInfo2