EXPORT_DLL losResult loseGetConfig(_out_ losFileHandle *handle, _in_ const char *program_name)
loseGetConfig is to create the library object that is attached to the connfig file it also checks if ...
EXPORT_DLL losResult loseGetNamedConfig(_out_ losFileHandle *handle, _in_ const char *program_name, _in_ const char *file_name)
loseGetNamedConfig is to create the library object that is attached to the connfig file it also check...
losResult
losResult enum is used to indicate the result of a LibOS function call that can fail instead of throw...
Definition: DataType.h:47
#define _out_
out macromatic suger to make headers easier to read
Definition: Defines.h:44
#define EXPORT_DLL
on windows some extra syntax is required for the dll to work properly so that is dose not affect the ...
Definition: Defines.h:33
#define _in_
in macromatic suger to make headers easier to read
Definition: Defines.h:40
struct losFileHandle_T * losFileHandle
this is the Library object that is used to read and write files from the filesystem as the user only ...
Definition: FileIO.h:20