2.2.2.13 CORE_PRINTER_DRIVER
The CORE_PRINTER_DRIVER structure defines information that identifies a specific core printer driver.<134> See the RpcGetCorePrinterDrivers method (section 3.1.4.4.9) for an example of its use.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CoreDriverGUID (16 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
ftDriverDate |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
dwlDriverVersion |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
szPackageID (520 bytes) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
CoreDriverGUID (16 bytes): A GUID that uniquely identifies the package.
ftDriverDate (8 bytes): A FILETIME value ([MS-DTYP] section 2.3.3) that specifies the date this package was published.<135>
dwlDriverVersion (8 bytes): A 64-bit value that specifies the version of the core printer driver that can be used to match the driver version in the driver installation control file.<136>
szPackageID (520 bytes): A string that specifies the package name.