Module info.
Declaration:
Copy Code | |
---|---|
typedef struct tagAT_REC_MODULE_INFO
{
enumIGRecError InitError;
AT_INT Version;
} AT_REC_MODULE_INFO, * LPAT_REC_MODULE_INFO;
|
Structure Members:
Name | Type | Description |
InitError | enumIGRecError | Status code returned during the initialization of the module. |
Version | AT_INT | Version number of the given module. If the module's DLL file(s) does not exist in the Engine Binaries directory, its value will be zero (0). If the module was not initialized successfully, this value will be below zero (0). In this case the InitError field contains the error code. |