ReactOS 0.4.16-dev-336-gb667d82
|
#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) |
#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().