ReactOS 0.4.15-dev-6669-g8227c5d
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "winnls.h"
#include "setupapi.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | stringtable |
Macros | |
#define | ST_CASE_SENSITIVE_COMPARE 0x00000001 |
#define | X(f) |
Functions | |
static | DWORD (WINAPI *pStringTableAddString)(HSTRING_TABLE |
static | VOID (WINAPI *pStringTableDestroy)(HSTRING_TABLE) |
static | HSTRING_TABLE (WINAPI *pStringTableDuplicate)(HSTRING_TABLE hStringTable) |
static | LPWSTR (WINAPI *pStringTableStringFromId)(HSTRING_TABLE |
static | BOOL (WINAPI *pStringTableGetExtraData)(HSTRING_TABLE |
static void | load_it_up (void) |
static void | test_StringTableAddString (void) |
static void | test_StringTableAddStringEx (void) |
static void | test_StringTableDuplicate (void) |
static void | test_StringTableLookUpString (void) |
static void | test_StringTableLookUpStringEx (void) |
static void | test_StringTableStringFromId (void) |
static void | test_stringtable_layout (void) |
START_TEST (stringtable) | |
Variables | |
static | LPWSTR |
static | DWORD |
static | LPVOID |
static | ULONG |
static WCHAR | string [] = {'s','t','r','i','n','g',0} |
static WCHAR | String [] = {'S','t','r','i','n','g',0} |
static WCHAR | foo [] = {'f','o','o',0} |
#define ST_CASE_SENSITIVE_COMPARE 0x00000001 |
Definition at line 41 of file stringtable.c.
|
static |
Definition at line 58 of file stringtable.c.
Referenced by START_TEST().
START_TEST | ( | stringtable | ) |
Definition at line 363 of file stringtable.c.
Definition at line 340 of file stringtable.c.
Referenced by START_TEST().
Definition at line 77 of file stringtable.c.
Referenced by START_TEST().
Definition at line 104 of file stringtable.c.
Referenced by START_TEST().
Definition at line 154 of file stringtable.c.
Referenced by START_TEST().
Definition at line 168 of file stringtable.c.
Referenced by START_TEST().
Definition at line 225 of file stringtable.c.
Referenced by START_TEST().
Definition at line 308 of file stringtable.c.
Referenced by START_TEST().
Definition at line 43 of file stringtable.c.
Definition at line 56 of file stringtable.c.
Definition at line 44 of file stringtable.c.
Definition at line 43 of file stringtable.c.
Definition at line 52 of file stringtable.c.