|
ReactOS 0.4.17-dev-683-g0dafdc5
|
#include <ntstatus.h>#include <apitest.h>#include <winreg.h>#include <shlobj.h>#include <shellapi.h>#include <shlwapi.h>#include <atlbase.h>#include <atlcom.h>
Go to the source code of this file.
Macros | |
| #define | COM_NO_WINDOWS_H |
| #define | WIN32_NO_STATUS |
Functions | |
| VOID | PathToIDList (LPCWSTR pszPath, ITEMIDLIST **ppidl) |
| static LPCWSTR | RegNameDisp (LPCWSTR s) |
| static UINT | RegSetStringEx (HKEY hKey, LPCWSTR Path, LPCWSTR Name, LPCWSTR Str, DWORD Type) |
| static UINT | RegSetString (HKEY hKey, LPCWSTR Path, LPCWSTR Name, LPCWSTR Str) |
Variables | |
| static const BOOL | g_bVista = (GetNTVersion() == _WIN32_WINNT_VISTA) |
| #define COM_NO_WINDOWS_H |
Definition at line 5 of file shelltest.h.
| #define WIN32_NO_STATUS |
Definition at line 8 of file shelltest.h.
| VOID PathToIDList | ( | LPCWSTR | pszPath, |
| ITEMIDLIST ** | ppidl | ||
| ) |
Definition at line 83 of file shelltest.cpp.
Referenced by TestCompareIDList().
Definition at line 22 of file shelltest.h.
Definition at line 32 of file shelltest.h.
|
inlinestatic |
Definition at line 27 of file shelltest.h.
Referenced by RegSetString(), and START_TEST().
|
static |
Definition at line 18 of file shelltest.h.
Referenced by CMenuCallback::CallbackSM(), and TestCompareIDList().