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 |
---|---|
Adds an array to the variable container. |
|
Searches the variable container for a specific array and returns a pointer to the array. |
|
Adds a value to the variable container. |
|
Obtains the variant value for a specified variable name. |
|
Enumerates all variables in a variable container. |
|
Advances to the next variable in a variable container. |
|
Enumerates the first array in a variable container. |
|
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 |