win32-api
Version:
FFI definitions of windows win32 api for node-ffi
10 lines • 527 B
TypeScript
import type { StartDocPrinterOptions } from './winspool.types.js';
/**
* Notifies the print spooler that a document is to be spooled for printing
* @link https://learn.microsoft.com/en-us/windows/win32/printdocs/StartDocPrinter
*
* 函数通知打印后台处理程序文档将进行假脱机打印
* @link https://learn.microsoft.com/zh-cn/windows/win32/printdocs/StartDocPrinter
*/
export declare function StartDocPrinter(options: StartDocPrinterOptions): Promise<boolean>;
//# sourceMappingURL=StartDocPrinter.d.ts.map