win32-def
Version:
win32 definitions for node-ffi
24 lines • 993 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 PRID_DEVICE_INFO_HID: "RID_DEVICE_INFO_HID*";
export declare const RID_DEVICE_INFO_HID_Name = "RID_DEVICE_INFO_HID";
export declare const RID_DEVICE_INFO_HID_Init: typeof init;
/**
* RID_DEVICE_INFO_HID structure
* @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-RID_DEVICE_INFO_HID
*/
export declare function RID_DEVICE_INFO_HID_Factory(): StructFactoryResult<RID_DEVICE_INFO_HID_Type>;
/**
* RID_DEVICE_INFO_HID structure
* @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-RID_DEVICE_INFO_HID
*/
export interface RID_DEVICE_INFO_HID_Type {
dwVendorId: T.DWORD;
dwProductId: T.DWORD;
dwVersionNumber: T.DWORD;
usUsagePage: T.USHORT;
usUsage: T.USHORT;
}
export {};
//# sourceMappingURL=RID_DEVICE_INFO_HID.d.ts.map