IRemoteUI_Array (Windows Embedded CE 6.0)
1/6/2010
This interface provides the methods for sending and receiving array values from a Web browser to the Remote Configuration Framework. An array value can be any value that the user types into a Web user interface, such as a set of IP addresses.
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 a value to an array. |
|
Returns the array index and the corresponding value for the first value in the array. |
|
Returns the array index and the corresponding value for the subsequent value in the array. |
|
Returns a pointer to the name of the array. |
|
Searches for the specified array index and returns a read-only pointer to the variant. |
Requirements
Header | remoteui.h, remoteui.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE 5.0 and later |