win32-def
Version:
win32 definitions for node-ffi
21 lines • 894 B
TypeScript
import type * as T from '../../../lib/common.types.js';
import type { StructFactoryResult, StructInitType } from '../../../lib/types.js';
declare const init: StructInitType;
export declare const LPRAWINPUTDEVICELIST: "RAWINPUTDEVICELIST*";
export declare const RAWINPUTDEVICELIST_Name = "RAWINPUTDEVICELIST";
export declare const RAWINPUTDEVICELIST_Init: typeof init;
/**
* RAWINPUTDEVICELIST structure
* @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-RAWINPUTDEVICELIST
*/
export declare function RAWINPUTDEVICELIST_Factory(): StructFactoryResult<RAWINPUTDEVICELIST_Type>;
/**
* RAWINPUTDEVICELIST structure
* @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-RAWINPUTDEVICELIST
*/
export interface RAWINPUTDEVICELIST_Type {
hDevice: T.HANDLE;
dwType: T.DWORD;
}
export {};
//# sourceMappingURL=RAWINPUTDEVICELIST.d.ts.map