128
Parameters
List
[out, retval] String containing a list of all group names. Commas separate the group names.
Remarks
A group typically represents a device, or more specifically, a group of commands for a device. Each group is
stored in its own .WIR file.
IR_ListAllCommandsInGroup ( Group )
IR_ListAllCommandsInGroup ( Group )
IR_ListAllCommandsInGroup ( Group )
IR_ListAllCommandsInGroup ( Group )
Returns a string listing all commands in a specified group.
Syntax
HRESULT IR_ListAllCommandsInGroup(
[in] BSTR Group,
[out, retval] BSTR* List
);
Parameters
Group
[in] Name of group to examine.
List
[out, retval] String containing a comma separated list of all commands in the specified group.
Remarks
If a group contains no commands, then the returned string is ““.
IR_ListAllCommands ( )
IR_ListAllCommands ( )
IR_ListAllCommands ( )
IR_ListAllCommands ( )
Returns an array containing all commands from all groups.
Syntax
HRESULT IR_ListAllCommands(
[out, retval] VARIANT* Array
);
Parameters
Array
[out, retval] Array containing all commands from all groups
Remarks
The returned array is an array of strings. Each string is a comma-separated list of commands. The first entry in
the each string is the name of the group. The following entries in of the string are the commands, e.g.
DVDPLAYER,Play,Stop,Fwd,Rev
In this example,
DVDPLAYER
is the group, and the remaining entries are the commands.
IR_GetGroupMake ( Group )
IR_GetGroupMake ( Group )
IR_GetGroupMake ( Group )
IR_GetGroupMake ( Group )
Returns the make of a device. The device is specified by its group name.