win32-def
Version:
win32 definitions for node-ffi
24 lines • 900 B
TypeScript
import type * as T from '../../../lib/common.types.js';
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js';
declare const init: StructInitType;
export declare const LPDOC_INFO_1: "DOC_INFO_1*";
export declare const DOC_INFO_1_Name = "DOC_INFO_1";
export declare const DOC_INFO_1_Init: typeof init;
/**
* DOC_INFO_1 structure,
* Describes a document that will be printed.
* @link https://learn.microsoft.com/en-us/windows/win32/printdocs/doc-info-1
*/
export declare function DOC_INFO_1_Factory(): StructFactoryResult<DOC_INFO_1_Type>;
/**
* DOC_INFO_1 structure,
* Describes a document that will be printed.
* @link https://learn.microsoft.com/en-us/windows/win32/printdocs/doc-info-1
*/
export interface DOC_INFO_1_Type {
pDocName: T.WString;
pOutputFile: T.WString | null;
pDatatype: T.WString;
}
export {};
//# sourceMappingURL=DOC_INFO_1.d.ts.map