Share via


IVariableContainer (Windows Embedded CE 6.0)

1/6/2010

This interface contains a collection of values and arrays. Arrays and values are populated by a call to the IRemoteUIModule::Get method. Operations on the array are performed by a call to the IRemoteUIModule::Put method.

Methods

The following table shows the methods for this interface. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

IUnknown Method Description

IVariableContainer::AddArray

Adds an array to the variable container.

IVariableContainer::GetArray

Searches the variable container for a specific array and returns a pointer to the array.

IVariableContainer::AddValue

Adds a value to the variable container.

IVariableContainer::GetValue

Obtains the variant value for a specified variable name.

IVariableContainer::FindFirstVar

Enumerates all variables in a variable container.

IVariableContainer::FindNextVar

Advances to the next variable in a variable container.

IVariableContainer::FindFirstArray

Enumerates the first array in a variable container.

IVariableContainer::FindNextArray

Advances to the next array in the variable container.

Requirements

Header remoteui.h, remoteui.idl
Library uuid.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Remote Configuration Framework Interfaces