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

Data Structures

struct  proxyConfig
 

Functions

FREERDP_API BOOL pf_config_get_uint16 (wIniFile *ini, const char *section, const char *key, UINT16 *result)
 
FREERDP_API BOOL pf_config_get_uint32 (wIniFile *ini, const char *section, const char *key, UINT32 *result)
 
FREERDP_API BOOL pf_config_get_bool (wIniFile *ini, const char *section, const char *key)
 
const FREERDP_API char * pf_config_get_str (wIniFile *ini, const char *section, const char *key)
 
proxyConfig * pf_server_config_load (const char *path)
 
void pf_server_config_print (proxyConfig *config)
 
void pf_server_config_free (proxyConfig *config)
 

Function Documentation

◆ pf_config_get_bool()

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

◆ pf_config_get_str()

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

◆ pf_config_get_uint16()

FREERDP_API BOOL pf_config_get_uint16 ( wIniFile *  ini,
const char *  section,
const char *  key,
UINT16 result 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_config_get_uint32()

FREERDP_API BOOL pf_config_get_uint32 ( wIniFile *  ini,
const char *  section,
const char *  key,
UINT32 *  result 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_server_config_free()

void pf_server_config_free ( proxyConfig *  config)
Here is the caller graph for this function:

◆ pf_server_config_load()

proxyConfig* pf_server_config_load ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ pf_server_config_print()

void pf_server_config_print ( proxyConfig *  config)
Here is the call graph for this function:
Here is the caller graph for this function: