this extention allows the lib user to create and use configs without the hasl of knowing platform conventions More...
#include "../FileIO.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... | |
this extention allows the lib user to create and use configs without the hasl of knowing platform conventions
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
[out] | handle | |
[in] | program_name |
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
[out] | handle | |
[in] | program_name | |
[in] | file_name |