VLC  4.0.0-dev
Macros | Functions
dirs-uap.c File Reference
Include dependency graph for dirs-uap.c:

Macros

#define COBJMACROS
 
#define INITGUID
 
#define UNICODE
 

Functions

static char * GetFolderName (IStorageFolder *folder)
 
static char * config_GetShellDir (vlc_userdir_t csidl)
 
static char * config_GetDataDir (void)
 
char * config_GetSysPath (vlc_sysdir_t type, const char *filename)
 Gets an installation directory. More...
 
static char * config_GetAppDir (void)
 
char * config_GetUserDir (vlc_userdir_t type)
 

Macro Definition Documentation

◆ COBJMACROS

#define COBJMACROS

◆ INITGUID

#define INITGUID

◆ UNICODE

#define UNICODE

Function Documentation

◆ config_GetAppDir()

static char* config_GetAppDir ( void  )
static

References asprintf(), and GetFolderName().

Referenced by config_GetUserDir().

◆ config_GetDataDir()

static char* config_GetDataDir ( void  )
static

References getenv(), and strdup().

Referenced by config_GetSysPath().

◆ config_GetShellDir()

static char* config_GetShellDir ( vlc_userdir_t  csidl)
static

◆ GetFolderName()

static char* GetFolderName ( IStorageFolder *  folder)
static