PfWaitOnServerDll
![]() |
![]() |
![]() |
![]() |
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:
Fonts chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
