Config.h File Reference

this extention allows the lib user to create and use configs without the hasl of knowing platform conventions More...

#include "../FileIO.h"
Include dependency graph for Config.h:

Go to the source code of this file.

Functions

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 the file is genrated if not make it More...
 
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 checks if the file is genrated if not make it More...
 

Detailed Description

this extention allows the lib user to create and use configs without the hasl of knowing platform conventions

Author
Luke Shore luket.nosp@m.hemo.nosp@m.dded@.nosp@m.gmai.nosp@m.l.com
Version
1.0
Date
06/06/2023

Function Documentation

◆ loseGetConfig()

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 the file is genrated if not make it

Parameters
[out]handle
[in]program_name
Returns
losResult

◆ loseGetNamedConfig()

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 checks if the file is genrated if not make it

Parameters
[out]handle
[in]program_name
[in]file_name
Returns
losResult