UNPKG

win32-api

Version:

FFI definitions of windows win32 api for node-ffi

15 lines 838 B
import * as D from 'win32-def/def'; import { DefUser32_S } from './S.def.js'; export declare class DefUser32_T extends DefUser32_S { /** https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-translatemessage */ static TranslateMessage: (D.Def.int32 | "MSG*"[])[]; /** https://learn.microsoft.com/en-us/windows/win32/winmsg/translatemessageex */ static TranslateMessageEx: (D.Def.int32 | "MSG*"[])[]; } export declare class DefUser32_U extends DefUser32_T { static UnhookWinEvent: (D.Def.int32 | (D.Def.uint32 | D.Def.uint64)[])[]; /** https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-unregisterclassw */ static UnregisterClassW: (D.Def.int32 | string[])[]; static UpdateWindow: (D.Def.int32 | (D.Def.uint32 | D.Def.uint64)[])[]; } //# sourceMappingURL=TU.def.d.ts.map