Share via


IRemoteUI_Array::FindFirstVar (Windows Embedded CE 6.0)

1/6/2010

This method returns the array index and the corresponding value for the first value in the array.

Syntax

HRESULT FindFirstVar(
  char** pIndex,
  VARIANT** pValue
);

Parameters

  • pIndex
    [out] Pointer to the array index.
  • pValue
    [out] Pointer to a variant. Only DWORDs and BSTRs are allowed data types for this parameter.

Return Value

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Remarks

This method provides a way to iterate over an array.

Requirements

Header remoteui.h, remoteui.idl
Library uuid.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IRemoteUI_Array
IRemoteUI_Array::FindNextVar