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


IVariableContainer::FindFirstVar (Windows CE 5.0)

Send Feedback

This method enumerates all variables in the variable container.

HRESULT FindFirstVar(  char** pName,  VARIANT** pValue);

Parameters

  • pName
    [out] Pointer to the name of a specific value.
  • pValue
    [out] 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::FindNextVar

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.