UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

5 lines (4 loc) 162 B
import { DTypes as W } from 'win32-def' export const apiDef = { NtQueryInformationProcess: [W.NTSTATUS, [W.HANDLE, W.DWORD32, W.PVOID, W.ULONG, W.PULONG]], }