|
gm_init() initializes GM. It increments the GM initialization counter and initializes GM if it was uninitialized. This call must be performed before any other GM call and before any reference to a GM global variable (e.g.: GM_PAGE_LEN). Each call to gm_init() should be matched by a call to gm_finalize().
- Return values:
-
| GM_SUCCESS | Operation completed successfully. |
| GM_FAILURE | Error occurred. |
- See also:
- gm_finalize gm_open gm_close gm_exit gm_abort
- Author:
- Glenn Brown
- Version:
- GM_API_VERSION (as defined in gm.h)
|