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


IVariableContainer::GetValue (Windows CE 5.0)

Send Feedback

This method obtains the variant value for a specified variable name.

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

Parameters

  • pName
    [in] Specifies the name of the value to be obtained.
  • pValue
    [out] Returns a pointer to the actual value.

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::AddValue

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.