Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
IRemoteUI_Array::AddValue | Adds a value to an array. |
IRemoteUI_Array::FindFirstVar | Returns the array index and the corresponding value for the first value in the array. |
IRemoteUI_Array::FindNextVar | Returns the array index and the corresponding value for the subsequent value in the array. |
IRemoteUI_Array::GetName | Returns a pointer to the name of the array. |
IRemoteUI_Array::GetValue | Searches for the specified array index and returns a read-only pointer to the variant. |
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