IOCTL_IR_FLASH_RECEIVER control code
Infrared deprecation warning
Important
The Infrared driver stack is deprecated starting in Windows 10, version 1803 and should no longer be used.
The IOCTL_IR_FLASH_RECEIVER request gives the user a visible indication of where to point the receiver.
This request flashes an LED on the given receiver and is used to tell the user where to point the remote, so a given "receiver box" with multiple receiver parts only needs one LED to flash.
Input Parameters
Irp->AssociatedIrp.SystemBuffer contains a pointer to a 32-bit bitmask of receivers to flash.
Output Parameters
None.
I/O Status Block
The Information field is set to zero.
The Status field is set to STATUS_SUCCESS if the operation is completed successfully.
Remarks
The IOCTL_IR_FLASH_RECEIVER IOCTL is available on x86-based and x64-based computers with the Windows Vista operating system.
Requirements
Header |
Irclass_ioctl.h (include Irclass_ioctl.h) |