Translates a scan code and effective shift state to a Unicode and virtual and dead key. Sets the BIOS scan code.

#include <unikbd.h>

KHAND        khand;
ULONG        eshift;
VSCAN        scan;
UniChar     *uc;
VDKEY       *vdk;
BYTE        *bscan;
int          result;

result = UniTranslateKey(khand, eshift, scan,
           uc, vdk, bscan);


[Back: UniTranslateKey]
[Next: UniTranslateKey Parameter - khand]