IComTrackingInfoCollection::Type method (comsvcs.h)

Retrieves the type of a tracking information collection.

Syntax

HRESULT Type(
  [out] TRACKING_COLL_TYPE *pType
);

Parameters

[out] pType

The type of tracking information. For a list of values, see the TRACKING_COLL_TYPE enumeration.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

IComTrackingInfoCollection