UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

12 lines 594 B
import type { FlattenNestedTuple } from '@waiting/shared-types'; import type { MultipleChoiceMapper } from 'win32-def/types'; import type { DefUser32 as Def } from '../api.def.js'; import type { User32 as Lib } from '../api.types.js'; export declare const funcName = "GetClassInfoExW"; type Func = Lib[typeof funcName]; type Params = Parameters<Func>; type DefFunc = typeof Def[typeof funcName]; type DefParams = FlattenNestedTuple<DefFunc[1]>; export declare const GetClassInfoExW_mapper: MultipleChoiceMapper<Params, DefParams>; export {}; //# sourceMappingURL=GetClassInfoExW.mapper.d.ts.map