IITPropList::GetFirst method (infotech.h)

Returns the first property object in a property list.

Syntax

HRESULT GetFirst(
  [out, ref] CProperty & Property
);

Parameters

[out, ref] Property

The property object returned.

Return value

This method can return one of these values.

Return code Description
S_OK
The property was successfully returned.
E_NOTEXIST
The requested property does not exist.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITPropList