Поделиться через


IVariableContainer::AddArray (Windows CE 5.0)

Send Feedback

This method adds an array to the variable container.

HRESULT AddArray(  const char* pName,  IRemoteUI_Array** pArray);

Parameters

  • pName
    [in] Specifies the name of the array.
  • pArray
    [out] Returns a pointer to the newly created array.

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

IVariableContainer | IVariableContainer::GetArray

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.