win32-api
Version:
FFI definitions of windows win32 api for node-ffi
12 lines • 585 B
TypeScript
import type { FlattenNestedTuple } from '@waiting/shared-types';
import type { MultipleChoiceMapper } from 'win32-def/types';
import type { DefWinspool } from '../api.def.js';
import type { Winspool } from '../api.types.js';
export declare const funcName = "GetPrinterW";
type Func = Winspool[typeof funcName];
type Params = Parameters<Func>;
type DefFunc = typeof DefWinspool[typeof funcName];
type DefParams = FlattenNestedTuple<DefFunc[1]>;
export declare const GetPrinterW_mapper: MultipleChoiceMapper<Params, DefParams>;
export {};
//# sourceMappingURL=GetPrinterW.mapper.d.ts.map