This function is used to create a unique system I/O control code (IOCTL).
; Ported from C to C#: http://www.emoticode.net/c-sharp/win32-ctl_code-macro-ported-to-c.html
Func _WinAPI_Create_CTL_CODE($iDeviceType, $iFunction, $iMethod, $iAccess)
Return BitOR(BitShift($iDeviceType, -16), BitShift($iA...