Compartilhar via


IRemoteUI_Array::AddValue (Windows CE 5.0)

Send Feedback

This method adds a value to an array.

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 Values

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib.

See Also

IRemoteUI_Array

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.