DRV_VERSION structure (usbscan.h)
The DRV_VERSION structure is used as a parameter to DeviceIoControl, when the specified I/O control code is IOCTL_GET_VERSION.
Syntax
typedef struct _DRV_VERSION {
unsigned major;
unsigned minor;
unsigned internal;
} DRV_VERSION, *PDRV_VERSION;
Members
major
Major version number.
minor
Minor version number.
internal
Internal, vendor-specific version number.
Requirements
Requirement | Value |
---|---|
Header | usbscan.h (include Usbscan.h) |