Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PhKeyToMb()

Get the UTF-8 value of a key event

Synopsis:

int PhKeyToMb( char *buffer,
               PhKeyEvent_t const *keyevent );

Library:

ph

Description:

This function stores, in buffer, a valid UTF-8 char array for the given key event, if one exists.

Returns:

The number of bytes in the UTF-8 code, or -1 if there's no valid UTF-8 code for the given event.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhGetData(), PhKeyEvent_t, PhTo8859_1()

<photon/PkKeyDef.h>