IR_ENTER_PRIORITY_RECEIVE_PARAMS structure

Infrared deprecation warning

Important

The Infrared driver stack is deprecated starting in Windows 10, version 1803 and should no longer be used.

The IR_ENTER_PRIORITY_RECEIVE_MODE_PARAMS structure is used with the IOCTL_IR_ENTER_PRIORITY_RECEIVE IOCTL to put the device into Priority Receive mode.

Syntax

typedef struct _IOCTL_IR_ENTER_PRIORITY_RECEIVE_PARAMS {
  ULONG_PTR Receiver;
  ULONG_PTR TimeOut;
} IOCTL_IR_ENTER_PRIORITY_RECEIVE_PARAMS, *PIOCTL_IR_ENTER_PRIORITY_RECEIVE_PARAMS;

Members

  • Receiver
    The index of the receiver to use.

  • TimeOut
    A time-out value, in milliseconds. This value is used to define the end of a sample.

Remarks

The IR_ENTER_PRIORITY_RECEIVE_MODE_PARAMS structure is available on x86-based and x64-based computers with the Windows Vista operating system.

Requirements

Header

Irclass_ioctl.h (include Irclass_ioctl.h)

See also

IOCTL_IR_ENTER_PRIORITY_RECEIVE

 

 

Send comments about this topic to Microsoft