diff options
Diffstat (limited to 'print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml')
| -rw-r--r-- | print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml new file mode 100644 index 00000000..5d98893c --- /dev/null +++ b/print/v4PrintDriverSamples/v4PrintDriver-USBMon-Bidi-Extension/USBMon-Bidi-Extension.xml @@ -0,0 +1,24 @@ +<?xml version='1.0'?> +<bidi:Schema xmlns:bidi="http://schemas.microsoft.com/windows/2010/09/printing/usbbidi"> + <Property name='Printer'> + <Property name='DeviceInfo'> + <Const name="Category" type="BIDI_STRING" value="DeviceCategory"/> + <Value name="QueueProperty" type="BIDI_STRING" accessType="Get" queryKey="Configuration" refreshInterval="60" drvPrinterEvent="true"/> + </Property> + <Property name='Configuration'> + <Property name='DuplexUnit'> + <Value name="Installed" type="BIDI_BOOL" accessType="Get" queryKey="Configuration" refreshInterval="60" drvPrinterEvent="true"/> + </Property> + <Property name='Memory'> + <Value name="Size" type="BIDI_INT" accessType="Get" queryKey="Configuration" refreshInterval="60" drvPrinterEvent="true"/> + </Property> + </Property> + <Property name="Extension"> + <Value name="ChangeableData" type="BIDI_INT" accessType="GetSet" drvPrinterEvent="false"/> + <Value name="DeviceAction" type="BIDI_BOOL" accessType="Set"/> + <Value name="IntegerValue" type="BIDI_INT" accessType="GetSet" queryKey="IntKey" drvPrinterEvent="true"/> + <Value name="StringValue" type="BIDI_STRING" accessType="Get" refreshInterval="15"/> + <Value name="StatusData" type="BIDI_INT" accessType="Get" queryKey="IntKey"/> + </Property> + </Property> +</bidi:Schema> |
