UNPKG

win32-def

Version:
22 lines 928 B
import type { PRINTER_STATUS } from '../../../lib/consts/index.consts.js'; import type { StructFactoryResult, StructInitType } from '../../../lib/types.js'; declare const init: StructInitType; export declare const PPRINTER_INFO_6: "PRINTER_INFO_6*"; export declare const PRINTER_INFO_6_Name = "PRINTER_INFO_6"; export declare const PRINTER_INFO_6_Init: typeof init; /** * PRINTER_INFO_6 structure, * structure specifies detailed printer information. * @link https://learn.microsoft.com/en-us/windows/win32/printdocs/PRINTER-INFO-6 */ export declare function PRINTER_INFO_6_Factory(): StructFactoryResult<PRINTER_INFO_6_Type>; /** * PRINTER_INFO_6 structure, * structure specifies detailed printer information. * @link https://learn.microsoft.com/en-us/windows/win32/printdocs/PRINTER-INFO-6 */ export interface PRINTER_INFO_6_Type { dwStatus: PRINTER_STATUS; } export {}; //# sourceMappingURL=PRINTER_INFO_6.d.ts.map