Share via


IMLQuery::GetResultByIndex (Compact 7)

3/12/2014

This method returns the property values for the indexed row in the query results.

Syntax

HRESULT GetResultByIndex(
  ULONG iResult,
  IMLPropertySet **pPropertySet
);

Parameters

  • iResult
    [in] Index of the row in the query.
  • pPropertySet
    [out] Pointer to the IMLPropertySet object that contains the property values in the specified row.

Return Values

Returns the HRESULT values shown in the following table.

Value Description

S_OK

The method was successful.

E_INVALIDARG

One or more parameters are invalid.

E_POINTER

The pointer parameter is invalid.

E_FAIL

The method was not successful.

E_MEMORY

An out of memory error occurred.

Requirements

Header

mlibdll.h,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

IMLQuery