次の方法で共有


IRemoteUI_Array::AddValue (Windows Embedded CE 6.0)

1/6/2010

This method adds a value to an array.

Syntax

HRESULT AddValue(
  const char* pIndex,
  VARIANT* pValue
);

Parameters

  • pIndex
    [in] Pointer to the index of the array.
  • pValue
    [in] 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.

Requirements

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

See Also

Reference

IRemoteUI_Array