Syntax
HRESULT IR_GetGroupMake(
[in] BSTR Group,
[out, retval] BSTR* Make
);
Parameters
Group
[in] Name of the group representing the specified device.
Make
[out, retval] String containing the make of the device.
Remarks
This function returns the string that follows the “Make:” label in the .WIR file associated with the specified
Group. The Make for the specified Group can also be changed in the IR Diagnostics page.
IR_GetGroupModel ( Group )
Returns the model name or number of a device. The device is specified by its group name.
Syntax
HRESULT IR_GetGroupModel(
[in] BSTR Group,
[out, retval] BSTR* Model
);
Parameters
Group
[in] Name of group representing the specified device.
Model
[out, retval] String containing the model name or number of the device.
Remarks
This function returns the string that follows the “Model:” label in the .WIR file associated with the specified
Group. The Model for the specified Group can also be changed in the IR Diagnostics page.
IR_GetGroupRemote ( Group )
Returns the model of the remote that controls a device. The device is specified by its group name.
Syntax
HRESULT IR_GetGroupRemote(
[in] BSTR Group,
[out, retval] BSTR* Remote
);
Parameters
Group
[in] Name of the group representing the specified device.
Remote
[out, retval] String containing the remote’s model number.
Remarks
This function returns the string that follows the “Model:” label in the .WIR file associated with the specified
Group. The Model for the specified Group can also be changed in the IR Diagnostics page.
12