UNPKG

win32-def

Version:
21 lines 624 B
import * as D from '../../../lib/common.def.js'; import { genStruct } from '../struct.helper.js'; const key = 'DOC_INFO_1'; const ptr = `${key}*`; const init = { pDocName: D.WString, pOutputFile: D.WString, pDatatype: D.WString, }; export const LPDOC_INFO_1 = ptr; export const DOC_INFO_1_Name = key; export const DOC_INFO_1_Init = 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 function DOC_INFO_1_Factory() { return genStruct(init, key, ptr); } //# sourceMappingURL=DOC_INFO_1.js.map