#include <mi32/stddefns.h>
Include dependency graph for msys.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | CHILDPROCESS_DiedCoreDump 3 |
| #define | CHILDPROCESS_DiedNoCoreDump 4 |
| #define | CHILDPROCESS_ExitError 1 |
| #define | CHILDPROCESS_ExternalStop 2 |
| #define | CHILDPROCESS_Finished 0 |
Functions | |
| void | MsysAppCleanup () |
| const char * | MsysAppGetName () |
| void | MsysAppGetProductInfo (MISTRING &string) |
| void | MsysAppInitialize (const char *procname, UINT32 ProductCode=0) |
| void | MsysAppOnExitFuncAdd (void(*pfunc)(void *), void *pdata=0) |
| void | MsysAppOnExitFuncRemove (void(*pfunc)(void *), void *pdata=0) |
| void | MsysAppSetName (const char *newname) |
| bool | MsysGetLocalIP (UINT8 ip[6]) |
| int | MsysOpenReferenceDocument (const char *doctag) |
| ERRVALUE | MsysRunAssocApp (const UNICODE *docname) |
| int | MsysRunProcess (const UNICODE *progstr, void(*EndCB)(int pid, int result, void *udata)=0, void *udata=0) |
Definition in file msys.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Possible "result" values passed to the EndCB of MsysRunProcess These used to be in mbfdefns.h, but that include file is no more. Apparently Windows only uses CHILDPROCESS_Finished. The Unix platforms can get the other values |
|
|
Perform application cleanup prior to exit. Calls registered OnExit functions, disconnects from RVC, etc. |
|
|
Get application name.
|
|
|
Get descriptive information about product for use in 'Help About' dialogs.
|
|
||||||||||||
|
Initialize application.
|
|
||||||||||||
|
Add function to be called on application exit during MsysAppCleanup(). Functions are called starting with the most recently added.
|
|
||||||||||||
|
Remove previously added OnExit function.
|
|
|
Set application "name" for later retrieval by MsysAppGetName().
|
|
|
Get IP address of local machine. Returns 'true' if X server and client are on same machine (or if not X platform).
|
|
|
Open 'reference' document using specified tag.
|
|
|
Run application "associated" with given file and pass file as parameter to it. On systems where there is no operating system-defined association system, the associations are specified by extension in the "AppAssoc" section of tnthost.ini.
|
|
||||||||||||||||
|
INC_MI32_MSYS_H.
|
1.3.8-20040913