KbdSetHWID

From EDM2
Jump to: navigation, search
Att.gif Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement:
Remarks: This page list the older version of the function for reference.

Syntax

USHORT KbdSetHWID (PKBDHWID pkbdhwid, HKBD hkbd)

Example Code

/* kbd25.c */

#define INCL_KBD
#include

USHORT _THUNK_FUNCTION (Kbd16SetHWID) ();

USHORT KbdSetHWID (PKBDHWID pkbdhwid, HKBD hkbd)
{
return ((USHORT)
(_THUNK_PROLOG (4+2);
_THUNK_FLAT (pkbdhwid);
_THUNK_SHORT (hkbd);
_THUNK_CALL (Kbd16SetHWID)));
}