UNPKG

win32-def

Version:
22 lines 910 B
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js'; import type { DEVMODEW_Type } from '../wingdi/wingdi.index.js'; declare const init: StructInitType; export declare const PPRINTER_INFO_8: "PRINTER_INFO_8*"; export declare const PRINTER_INFO_8_Name = "PRINTER_INFO_8"; export declare const PRINTER_INFO_8_Init: typeof init; /** * PRINTER_INFO_8 structure, * specifies the global default printer settings. * @link https://learn.microsoft.com/en-us/windows/win32/printdocs/PRINTER-INFO-8 */ export declare function PRINTER_INFO_8_Factory(): StructFactoryResult<PRINTER_INFO_8_Type>; /** * PRINTER_INFO_8 structure, * specifies the global default printer settings. * @link https://learn.microsoft.com/en-us/windows/win32/printdocs/PRINTER-INFO-8 */ export interface PRINTER_INFO_8_Type { pDevMode: DEVMODEW_Type; } export {}; //# sourceMappingURL=PRINTER_INFO_8.d.ts.map