Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PfAttachSleuthMonitorDll()
Start a fontsleuth monitor
Synopsis:
#include <font_api.h>
int PfAttachSleuthMonitorDll (fontdll_t dll,
int prio );
Arguments:
- dll
- A font server context, returned by PfAttachLocalDll().
- prio
- The suggested priority at which to run the fontsleuth monitor thread. If this value is set to -1, the function uses the current process priority. This value cannot exceed a maximum value -- if it does, it is set to an internally defined maximum.
Library:
font
Description:
The fontsleuth utility is deprecated, so this function always returns -1 and errno is set to ENOSYS.
Returns:
- -1
- An error occurred (errno is set).
Examples:
See the example for PfAssignDllCx().
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)