UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

4 lines (3 loc) 276 B
import { FModel } from 'win32-def'; export declare function load<T>(dllName: string, dllFuncs: FModel.DllFuncs, fns?: FModel.FnName[], settings?: FModel.LoadSettings): T; export declare function gen_api_opts(dllFuncs: FModel.DllFuncs, fns?: FModel.FnName[]): FModel.DllFuncs;