IVariableContainer (Windows CE 5.0)
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
OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib
See Also
Remote Configuration Framework Interfaces
Send Feedback on this topic to the authors