UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

6 lines (5 loc) 223 B
import { DModel as M, FModel as FM } from 'win32-def'; export interface Win32Fns extends FM.DllFuncsModel { InitCommonControlsEx(lpInitCtrls: M.INITCOMMONCONTROLSEX): M.BOOL; } export declare const apiDef: FM.DllFuncs;