mirror of
https://github.com/nomi-san/parsec-vdd.git
synced 2026-08-07 13:50:45 +00:00
app: reveal new ioctl code 0x22A014
This commit is contained in:
+6
-1
@@ -129,7 +129,7 @@ namespace ParsecVDisplay
|
||||
{
|
||||
version = "0.???";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static bool AddDisplay(out int index)
|
||||
@@ -178,6 +178,11 @@ namespace ParsecVDisplay
|
||||
public const uint IOCTL_UPDATE = 0x22A00C;
|
||||
public const uint IOCTL_VERSION = 0x22E010;
|
||||
|
||||
// new code in driver v0.45
|
||||
// relates to IOCTL_UPDATE and per display state
|
||||
// but unused in Parsec app
|
||||
public const uint IOCTL_UNKNOWN1 = 0x22A014;
|
||||
|
||||
public static bool IoControl(IntPtr handle, uint code, byte[] input, out int result, int timeout)
|
||||
{
|
||||
var InBuffer = new byte[32];
|
||||
|
||||
Reference in New Issue
Block a user