ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <stdarg.h>
#include <stdio.h>
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "windows.h"
#include "sddl.h"
Go to the source code of this file.
Classes | |
struct | _profileInt |
Macros | |
#define | KEY "ProfileInt" |
#define | SECTION "Test" |
#define | TESTFILE ".\\testwine.ini" |
#define | TESTFILE2 ".\\testwine2.ini" |
Functions | |
static void | test_profile_int (void) |
static void | test_profile_string (void) |
static void | test_profile_sections (void) |
static void | test_profile_sections_names (void) |
static void | test_profile_existing (void) |
static void | test_profile_delete_on_close (void) |
static void | test_profile_refresh (void) |
static void | create_test_file (LPCSTR name, LPCSTR data, DWORD size) |
static BOOL | emptystr_ok (CHAR emptystr[MAX_PATH]) |
static void | test_profile_directory_readonly (void) |
static void | test_GetPrivateProfileString (const char *content, const char *descript) |
static BOOL | check_binary_file_data (LPCSTR path, const VOID *data, DWORD size) |
static BOOL | check_file_data (LPCSTR path, LPCSTR data) |
static void | test_WritePrivateProfileString (void) |
START_TEST (profile) | |
Definition at line 909 of file profile.c.
Referenced by check_file_data(), and test_WritePrivateProfileString().
Definition at line 933 of file profile.c.
Referenced by test_WritePrivateProfileString().
Definition at line 511 of file profile.c.
Referenced by test_GetPrivateProfileString(), and test_WritePrivateProfileString().
Definition at line 522 of file profile.c.
Referenced by test_GetPrivateProfileString().
START_TEST | ( | profile | ) |
Definition at line 1160 of file profile.c.
Definition at line 571 of file profile.c.
Referenced by START_TEST().
Definition at line 441 of file profile.c.
Referenced by START_TEST().
Definition at line 536 of file profile.c.
Referenced by START_TEST().
Definition at line 352 of file profile.c.
Referenced by START_TEST().
Definition at line 45 of file profile.c.
Referenced by START_TEST().
Definition at line 464 of file profile.c.
Referenced by START_TEST().
Definition at line 165 of file profile.c.
Referenced by START_TEST().
Definition at line 253 of file profile.c.
Referenced by START_TEST().
Definition at line 94 of file profile.c.
Referenced by START_TEST().
Definition at line 938 of file profile.c.
Referenced by START_TEST().