Translates a Unicode character and virtual or dead key to a scan code and creates the effective shift state.

#include <unikbd.h>

KHAND      khand;
UniChar    uc;
VDKEY      vdk;
VSCAN     *pscan;
ULONG     *eshift;
int        result;

result = UniUntranslateKey(khand, uc, vdk,
           pscan, eshift);


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