ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | FN_SHLoadRegUIStringA) (HKEY hkey, LPCSTR value, LPSTR buf, DWORD size) |
typedef HRESULT(WINAPI * | FN_SHLoadRegUIStringW) (HKEY hkey, LPCWSTR value, LPWSTR buf, DWORD size) |
Functions | |
static void | test_SHLoadRegUIStringA (HKEY hKey) |
static void | test_SHLoadRegUIStringW (HKEY hKey) |
BOOL | extract_resource (const WCHAR *Filename, LPCWSTR ResourceName) |
START_TEST (SHLoadRegUIString) | |
Variables | |
static FN_SHLoadRegUIStringA | pSHLoadRegUIStringA = NULL |
static FN_SHLoadRegUIStringW | pSHLoadRegUIStringW = NULL |
Definition at line 11 of file SHLoadRegUIString.c.
Definition at line 12 of file SHLoadRegUIString.c.
Definition at line 239 of file load_notifications.c.
Referenced by START_TEST().
START_TEST | ( | SHLoadRegUIString | ) |
Definition at line 47 of file SHLoadRegUIString.c.
Definition at line 17 of file SHLoadRegUIString.c.
Referenced by START_TEST().
|
static |
Definition at line 14 of file SHLoadRegUIString.c.
Referenced by START_TEST(), and test_SHLoadRegUIStringA().
|
static |
Definition at line 15 of file SHLoadRegUIString.c.
Referenced by START_TEST(), and test_SHLoadRegUIStringW().