Platform SDK: Transaction Server

IGetContextProperties Interface

[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]

The IGetContextProperties interface provides access to context object properties.

Remarks

The header file for the IGetContextProperties interface is mtx.h.

The IGetContextProperties interface exposes the following methods.

Method Description
Count Returns the number of properties associated with the context object.
EnumNames Returns a reference to an enumerator that you can use to iterate through all the context object properties.
GetProperty Returns a context object property.

See Also

Context Objects