GradisPC_Exit

Top  Previous  Next

Abandonment of GradisPC.

This function is one of the last functions which are called if the system is finished. Besides, some internal administrative work is explained, e.g., the data bank is written back and closed.

Parametre

globals (GLOBALS *) [IN]

The structure GLOBALS contains a reference to the topical Workfile whether the system ran as a Batch job or with graphic issue.

Result

---

Declaration

#include".\source\system\sys_init.h"

 

void DLLENTRY GradisPC_Exit (

GLOBALS * globals

);

Related functions

GradisPC_Init