![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
KbdGetHWId
typedef struct _KBDHWID {
USHORT length; /* length in bytes of this structure */
USHORT kbd_id; /* attached keyboard's hardware ID
(returned) */
USHORT reserved1; /* reserved (set to zero) */
USHORT reserved2; /* reserved (set to zero) */
}KBDHWID;
#define INCL_KBD
USHORT rc = KbdGetHWId(KeyboardID, KbdHandle);
PKBDHWID KeyboardID; /* Keyboard ID structure (returned) */
HKBD KbdHandle; /* Keyboard handle */
USHORT rc; /* return code */
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs