![]() |
![]() |
Functions | |
static int | gx_openmodule (gxHANDLE *handle, const wchar_t *modulename, const wchar_t *groupname) |
Opens a GX system compatible module (Unicode version). | |
static int | gx_openmodulea (gxHANDLE *handle, const char *modulename, const char *groupname) |
Opens a GX system compatible module (ASCII version). | |
static int | gx_closehandle (gxHANDLE *handle) |
Closes a previously opened module. | |
static int | gx_getmoduleinfo (gxHANDLE handle, const gxMODULEINFO **moduleinfo) |
Gives information about an opened module. |
static int gx_openmodule | ( | gxHANDLE * | handle, | |
const wchar_t * | modulename, | |||
const wchar_t * | groupname | |||
) | [static] |
Opens a GX system compatible module (Unicode version).
handle | Writes the handle of the opened module to the memory area where this pointer refers. | |
modulename | Name of the module. | |
groupname | Place in the property tree. |
References gx_call().
static int gx_openmodulea | ( | gxHANDLE * | handle, | |
const char * | modulename, | |||
const char * | groupname | |||
) | [static] |
Opens a GX system compatible module (ASCII version).
handle | Writes the handle of the opened module to the memory area where this pointer refers. | |
modulename | Name of module. | |
groupname | Place in the property tree. |
References gx_call().
static int gx_closehandle | ( | gxHANDLE * | handle | ) | [static] |
Closes a previously opened module.
In case of successful execution the handle will be cleared.
handle | Pointer to the module handle. |
References gx_call(), and gxHANDLE::handle.
static int gx_getmoduleinfo | ( | gxHANDLE | handle, | |
const gxMODULEINFO ** | moduleinfo | |||
) | [static] |
Gives information about an opened module.
handle | Handle of the module. | |
moduleinfo | Pointer to an information structure pointer where the system writes the data of the specified module. ( see gxMODULEINFO ) |
References gx_call().