RecAPI
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
KRECMODULEINFO Struct Reference

Module info. More...

#include <KernelApi.h>

Public Attributes

int Version
 
RECERR InitError
 

Detailed Description

Module info.

Note
See KRECMODULES for more information.

Member Data Documentation

◆ InitError

RECERR KRECMODULEINFO::InitError

Status code returned during the initialization of the module.

◆ Version

int KRECMODULEINFO::Version

Version number of the given module. If the module's DLL file(s) do 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.