mme_getlocale()

Get the locale setting

Synopsis:

#include <mme/mme.h>

int mme_getlocale( mme_hdl_t *hdl,
                   char *locale );

Arguments:

hdl
An MME connection handle.
locale
A pointer to a location where the function can store the current locale setting. This location must be at least six characters long.

Library:

mme

Description:

The function mme_getlocale() gets the current locale setting for an MME control context.

Events

None delivered

Blocking and validation

This function doesn't block.

Returns:

0
Success.
-1
An error occurred (errno is set).

Classification:

QNX Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

mme_setlocale()