IITResultSet::Add(LPVOID) method (infotech.h)

Adds columns to result set, given a header containing pairs of property ID followed by property type.

Syntax

HRESULT Add(
  [in] LPVOID lpvHdr
);

Parameters

[in] lpvHdr

Buffer containing property ID/property pairs.

Return value

This method can return one of these values.

Return code Description
S_OK
The columns were successfully added.

Requirements

Requirement Value
Target Platform Windows
Header infotech.h

See also

IITResultSet