130
IR_GetGroupComment ( Group )
IR_GetGroupComment ( Group )
IR_GetGroupComment ( Group )
IR_GetGroupComment ( Group )
Returns any stored comments about a device. The device is specified by its group name.
Syntax
HRESULT IR_GetGroupComment(
[in] BSTR Group,
[out, retval] BSTR* Comment
);
Parameters
Group
[in] Name of group representing the specified device.
Comment
[out, retval] String containing comments about the specified device.
Remarks
This function returns the string that follows the “Comment:” label in the .WIR file associated with the specified
Group. The Comment for the specified Group can also be changed in the IR Diagnostics page.
IR_GetPort
IR_GetPort
IR_GetPort
IR_GetPortCount ( )
Count ( )
Count ( )
Count ( )
Returns the number of IR output ports supported by the WACI hardware.
Syntax
HRESULT IR_GetPortCount(
[out, retval] long* NumPorts
);
Parameters
NumPorts
[out, retval] Number of IR ports supported by the hardware.