ReactOS 0.4.16-dev-433-g6363f78
|
#include "uxthemep.h"
Go to the source code of this file.
Classes | |
struct | _UXINI_FILE |
Typedefs | |
typedef struct _UXINI_FILE | UXINI_FILE |
typedef struct _UXINI_FILE * | PUXINI_FILE |
Functions | |
PUXINI_FILE | UXINI_LoadINI (HMODULE hTheme, LPCWSTR lpName) |
void | UXINI_CloseINI (PUXINI_FILE uf) |
static BOOL | UXINI_eof (PUXINI_FILE uf) |
static BOOL | UXINI_isspace (WCHAR c) |
static LPCWSTR | UXINI_GetNextLine (PUXINI_FILE uf, DWORD *dwLen) |
static void | UXINI_UnGetToLine (PUXINI_FILE uf, LPCWSTR lpLine) |
LPCWSTR | UXINI_GetNextSection (PUXINI_FILE uf, DWORD *dwLen) |
BOOL | UXINI_FindSection (PUXINI_FILE uf, LPCWSTR lpName) |
LPCWSTR | UXINI_GetNextValue (PUXINI_FILE uf, DWORD *dwNameLen, LPCWSTR *lpValue, DWORD *dwValueLen) |
BOOL | UXINI_FindValue (PUXINI_FILE uf, LPCWSTR lpName, LPCWSTR *lpValue, DWORD *dwValueLen) |
Variables | |
static const WCHAR | szTextFileResource [] |
typedef struct _UXINI_FILE * PUXINI_FILE |
typedef struct _UXINI_FILE UXINI_FILE |
void UXINI_CloseINI | ( | PUXINI_FILE | uf | ) |
Definition at line 83 of file uxini.c.
Referenced by GetThemeDocumentationProperty(), and MSSTYLES_ParseThemeIni().
|
inlinestatic |
BOOL UXINI_FindSection | ( | PUXINI_FILE | uf, |
LPCWSTR | lpName | ||
) |
Definition at line 200 of file uxini.c.
Referenced by GetThemeDocumentationProperty().
BOOL UXINI_FindValue | ( | PUXINI_FILE | uf, |
LPCWSTR | lpName, | ||
LPCWSTR * | lpValue, | ||
DWORD * | dwValueLen | ||
) |
Definition at line 280 of file uxini.c.
Referenced by GetThemeDocumentationProperty().
|
static |
Definition at line 129 of file uxini.c.
Referenced by UXINI_GetNextSection(), and UXINI_GetNextValue().
LPCWSTR UXINI_GetNextSection | ( | PUXINI_FILE | uf, |
DWORD * | dwLen | ||
) |
Definition at line 173 of file uxini.c.
Referenced by MSSTYLES_ParseThemeIni(), and UXINI_FindSection().
LPCWSTR UXINI_GetNextValue | ( | PUXINI_FILE | uf, |
DWORD * | dwNameLen, | ||
LPCWSTR * | lpValue, | ||
DWORD * | dwValueLen | ||
) |
Definition at line 226 of file uxini.c.
Referenced by MSSTYLES_ParseThemeIni(), and UXINI_FindValue().
Definition at line 109 of file uxini.c.
Referenced by UXINI_GetNextLine(), and UXINI_GetNextValue().
PUXINI_FILE UXINI_LoadINI | ( | HMODULE | hTheme, |
LPCWSTR | lpName | ||
) |
Definition at line 52 of file uxini.c.
Referenced by MSSTYLES_GetActiveThemeIni(), and MSSTYLES_GetThemeIni().
|
inlinestatic |
Definition at line 155 of file uxini.c.
Referenced by UXINI_GetNextValue().
Definition at line 27 of file uxini.c.
Referenced by UXINI_LoadINI().