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

PfWaitOnServerDll()

Wait on server

Synopsis:

#include <font_api.h>
int PfWaitOnServerDll( fontdll_t dll );

Arguments:

dll
A font DLL context, returned by PfAttachLocalDll().

Library:

font

Description:

This function waits until the font server dll thread exits.

Returns:

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

Examples:

See the example for PfAttachLocalDll().

Classification:

Photon

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes

See also:

PfAttachLocalDll().

Fonts chapter of the Photon Programmer's Guide