UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

5 lines (4 loc) 130 B
import { DTypes as W } from 'win32-def' export const apiDef = { InitCommonControlsEx: [W.BOOL, [W.LPINITCOMMONCONTROLSEX]], }