#include <apitest.h>
#include <shlwapi.h>
#include <strsafe.h>
Go to the source code of this file.
◆ DO_TEST
Value:do { \
ok(
ret == (Res),
"Tested %s, expected returned value %d, got %d\n", \
ok(
_wcsicmp(OutStr, (ExpStr)) == 0,
"Tested %s, expected %s, got %s\n", \
} while (0)
char * wine_dbgstr_w(const wchar_t *wstr)
#define PathUnExpandEnvStringsForUserW
_Check_return_ _CRTIMP int __cdecl _wcsicmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
Definition at line 12 of file PathUnExpandEnvStringsForUser.c.
◆ PathUnExpandEnvStringsForUserW
◆ PATHUNEXPANDENVSTRINGSFORUSERW
◆ START_TEST()
START_TEST |
( |
PathUnExpandEnvStringsForUser |
| ) |
|
Definition at line 26 of file PathUnExpandEnvStringsForUser.c.
35 skip(
"shlwapi.dll was not loaded\n");
44 trace(
"PathUnExpandEnvStringsForUserW is not public\n");
50 skip(
"PathUnExpandEnvStringsForUserW was not found\n");
54 #define PathUnExpandEnvStringsForUserW (*pPathUnExpandEnvStringsForUserW)
#define DO_TEST(Res, hToken, TestStr, ExpStr, Len)
STRSAFEAPI StringCbCatW(STRSAFE_LPWSTR pszDest, size_t cbDest, STRSAFE_LPCWSTR pszSrc)
BOOL(WINAPI * PATHUNEXPANDENVSTRINGSFORUSERW)(HANDLE hToken, LPCWSTR pszPath, LPWSTR pszUnExpanded, INT cchUnExpanded)
HMODULE WINAPI GetModuleHandleW(LPCWSTR lpModuleName)
#define GetProcAddress(x, y)
#define GetEnvironmentVariableW(x, y, z)
PATHUNEXPANDENVSTRINGSFORUSERW pPathUnExpandEnvStringsForUserW
◆ pPathUnExpandEnvStringsForUserW