win32-def
Version:
win32 definitions for node-ffi
22 lines • 995 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 PPRINTPROCESSOR_INFO_1: "PRINTPROCESSOR_INFO_1*";
export declare const PRINTPROCESSOR_INFO_1_Name = "PRINTPROCESSOR_INFO_1";
export declare const PRINTPROCESSOR_INFO_1_Init: typeof init;
/**
* PRINTPROCESSOR_INFO_1 structure,
* Specifies the name of an installed print processor.
* @link https://learn.microsoft.com/en-us/windows/win32/printdocs/printprocessor-info-1
*/
export declare function PRINTPROCESSOR_INFO_1_Factory(): StructFactoryResult<PRINTPROCESSOR_INFO_1_Type>;
/**
* PRINTPROCESSOR_INFO_1 structure,
* Specifies the name of an installed print processor.
* @link https://learn.microsoft.com/en-us/windows/win32/printdocs/printprocessor-info-1
*/
export interface PRINTPROCESSOR_INFO_1_Type {
pName: T.LPTSTR;
}
export {};
//# sourceMappingURL=PRINTPROCESSOR_INFO_1.d.ts.map