IComTrackingInfoProperties::GetPropName method (comsvcs.h)

Retrieves the name of the property corresponding to the specified index number.

Syntax

HRESULT GetPropName(
  [in]  ULONG    ulIndex,
  [out] LPOLESTR *ppszPropName
);

Parameters

[in] ulIndex

The index of the property.

[out] ppszPropName

The name of the property.

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

IComTrackingInfoProperties