IITResultSet::Get method (infotech.h)
Gets the property in the specified row and column and fills the given property object.
Syntax
HRESULT Get(
[in] LONG lRowIndex,
[in] LONG lColumnIndex,
[out, ref] CProperty & Prop
);
Parameters
[in] lRowIndex
Row where property belongs.
[in] lColumnIndex
[out, ref] Prop
Column where property belongs.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The row was successfully retrieved. |
|
The row or column does not exist in the row set. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |