Enumerations | |
enum | IlsWindowType { ILS_WINDOWTYPE_CONSOLE, ILS_WINDOWTYPE_WINDOW, ILS_WINDOWTYPE_DEFAULT, ILS_WINDOWTYPE_POP } |
This enumerated types specify how messages should be handled when running on a Windows® machine. More... | |
Functions | |
void | IlsInit (const char *title, const char *notused, IlsWindowType windowType=default) |
This global function can be used on Windows® to control how messages are posted. More... | |
enum IlsWindowType |
This enumerated types specify how messages should be handled when running on a Windows® machine.
The value ILS_WINDOWTYPE_CONSOLE
works only if the application is compiled in the subsystem console and the values ILS_WINDOWTYPE_WINDOW
and ILS_WINDOWTYPE_POP
work only if the application is compiled in the subsystem windows.
Library: server
, mvcomp.
IlsInit()
. Enumerator | |
---|---|
ILS_WINDOWTYPE_CONSOLE | messages in console |
ILS_WINDOWTYPE_WINDOW | message in a dedicated window |
ILS_WINDOWTYPE_DEFAULT | default mode |
ILS_WINDOWTYPE_POP | messages in a popup window |