FreeRDP
ini.h File Reference
#include <winpr/winpr.h>
#include <winpr/wtypes.h>
This graph shows which files directly or indirectly include this file:

Functions

WINPR_API int IniFile_ReadBuffer (wIniFile *ini, const char *buffer)
 
WINPR_API int IniFile_ReadFile (wIniFile *ini, const char *filename)
 
WINPR_API char * IniFile_WriteBuffer (wIniFile *ini)
 
WINPR_API int IniFile_WriteFile (wIniFile *ini, const char *filename)
 
WINPR_API char ** IniFile_GetSectionNames (wIniFile *ini, int *count)
 
WINPR_API char ** IniFile_GetSectionKeyNames (wIniFile *ini, const char *section, int *count)
 
WINPR_API const char * IniFile_GetKeyValueString (wIniFile *ini, const char *section, const char *key)
 
WINPR_API int IniFile_GetKeyValueInt (wIniFile *ini, const char *section, const char *key)
 
WINPR_API int IniFile_SetKeyValueString (wIniFile *ini, const char *section, const char *key, const char *value)
 
WINPR_API int IniFile_SetKeyValueInt (wIniFile *ini, const char *section, const char *key, int value)
 
WINPR_API wIniFile * IniFile_New (void)
 
WINPR_API void IniFile_Free (wIniFile *ini)
 

Function Documentation

◆ IniFile_Free()

WINPR_API void IniFile_Free ( wIniFile *  ini)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_GetKeyValueInt()

WINPR_API int IniFile_GetKeyValueInt ( wIniFile *  ini,
const char *  section,
const char *  key 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_GetKeyValueString()

WINPR_API const char* IniFile_GetKeyValueString ( wIniFile *  ini,
const char *  section,
const char *  key 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_GetSectionKeyNames()

WINPR_API char** IniFile_GetSectionKeyNames ( wIniFile *  ini,
const char *  section,
int *  count 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_GetSectionNames()

WINPR_API char** IniFile_GetSectionNames ( wIniFile *  ini,
int *  count 
)
Here is the caller graph for this function:

◆ IniFile_New()

WINPR_API wIniFile* IniFile_New ( void  )
Here is the caller graph for this function:

◆ IniFile_ReadBuffer()

WINPR_API int IniFile_ReadBuffer ( wIniFile *  ini,
const char *  buffer 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_ReadFile()

WINPR_API int IniFile_ReadFile ( wIniFile *  ini,
const char *  filename 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_SetKeyValueInt()

WINPR_API int IniFile_SetKeyValueInt ( wIniFile *  ini,
const char *  section,
const char *  key,
int  value 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_SetKeyValueString()

WINPR_API int IniFile_SetKeyValueString ( wIniFile *  ini,
const char *  section,
const char *  key,
const char *  value 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ IniFile_WriteBuffer()

WINPR_API char* IniFile_WriteBuffer ( wIniFile *  ini)
Here is the caller graph for this function:

◆ IniFile_WriteFile()

WINPR_API int IniFile_WriteFile ( wIniFile *  ini,
const char *  filename 
)
Here is the call graph for this function:
Here is the caller graph for this function: