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


IVariableContainer::AddValue (Windows CE 5.0)

Send Feedback

This method adds a value to the variable container.

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

Parameters

  • pName
    [in] Specifies the name of the value.
  • pValue
    [in] Specifies the actual value.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the return value is E_FAIL.

Remarks

pValue can only be of type DWORD or BSTR.

Requirements

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

See Also

IVariableContainer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.