UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

12 lines (6 loc) 455 B
import type { MultipleChoiceMapperList, MultipleChoiceMapperSet } from 'win32-def/types' import * as GetClassInfoExW from './GetClassInfoExW.mapper.js' export const multipleChoiceMapperList: MultipleChoiceMapperList = new Map() export const multipleChoiceMapperSet: MultipleChoiceMapperSet = new Set() multipleChoiceMapperList.set(GetClassInfoExW.funcName, multipleChoiceMapperSet) multipleChoiceMapperSet.add(GetClassInfoExW.GetClassInfoExW_mapper)