Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PhKeyToMb

PhKeyToMb

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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>