ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Macros | |
#define | NON_EXISTENT_FILENAME_A "C:\\ThisIsNotExistentFile.txt" |
#define | NON_EXISTENT_FILENAME_W L"C:\\ThisIsNotExistentFile.txt" |
Typedefs | |
typedef HRESULT(WINAPI * | FN_AssocQueryStringA) (ASSOCF cfFlags, ASSOCSTR str, LPCSTR pszAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD *pcchOut) |
typedef HRESULT(WINAPI * | FN_AssocQueryStringW) (ASSOCF cfFlags, ASSOCSTR str, LPCWSTR pszAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut) |
Functions | |
static void | TEST_Start (void) |
static void | TEST_End (void) |
static void | TEST_AssocQueryStringA (void) |
static void | TEST_AssocQueryStringW (void) |
START_TEST (AssocQueryString) | |
Variables | |
static HINSTANCE | s_hSHLWAPI = NULL |
static FN_AssocQueryStringA | s_fnAssocQueryStringA = NULL |
static FN_AssocQueryStringW | s_fnAssocQueryStringW = NULL |
static CHAR | s_szTextFileA [MAX_PATH] = "" |
static WCHAR | s_szTextFileW [MAX_PATH] = L"" |
#define NON_EXISTENT_FILENAME_A "C:\\ThisIsNotExistentFile.txt" |
Definition at line 33 of file AssocQueryString.c.
#define NON_EXISTENT_FILENAME_W L"C:\\ThisIsNotExistentFile.txt" |
Definition at line 34 of file AssocQueryString.c.
typedef HRESULT(WINAPI * FN_AssocQueryStringA) (ASSOCF cfFlags, ASSOCSTR str, LPCSTR pszAssoc, LPCSTR pszExtra, LPSTR pszOut, DWORD *pcchOut) |
Definition at line 13 of file AssocQueryString.c.
typedef HRESULT(WINAPI * FN_AssocQueryStringW) (ASSOCF cfFlags, ASSOCSTR str, LPCWSTR pszAssoc, LPCWSTR pszExtra, LPWSTR pszOut, DWORD *pcchOut) |
Definition at line 20 of file AssocQueryString.c.
START_TEST | ( | AssocQueryString | ) |
Definition at line 164 of file AssocQueryString.c.
Definition at line 55 of file AssocQueryString.c.
Referenced by START_TEST().
Definition at line 123 of file AssocQueryString.c.
Referenced by START_TEST().
Definition at line 36 of file AssocQueryString.c.
Referenced by START_TEST().
|
static |
Definition at line 29 of file AssocQueryString.c.
Referenced by START_TEST().
|
static |
Definition at line 30 of file AssocQueryString.c.
Referenced by START_TEST().
Definition at line 28 of file AssocQueryString.c.
Referenced by START_TEST().
Definition at line 31 of file AssocQueryString.c.
Referenced by TEST_AssocQueryStringA(), and TEST_Start().
Definition at line 32 of file AssocQueryString.c.
Referenced by TEST_AssocQueryStringW(), TEST_End(), and TEST_Start().