ReactOS 0.4.15-dev-7924-g5949c20
shelltest.h
Go to the documentation of this file.
1#ifndef _SHELLTEST_H_
2#define _SHELLTEST_H_
3
4//#define _INC_WINDOWS
5#define COM_NO_WINDOWS_H
6
7#include <ntstatus.h>
8#define WIN32_NO_STATUS
9#include <apitest.h>
10#include <winreg.h>
11#include <shlobj.h>
12#include <shellapi.h>
13#include <shlwapi.h>
14#include <atlbase.h>
15#include <atlcom.h>
16
17VOID PathToIDList(LPCWSTR pszPath, ITEMIDLIST** ppidl);
18
19#endif /* !_SHELLTEST_H_ */
VOID PathToIDList(LPCWSTR pszPath, ITEMIDLIST **ppidl)
Definition: shelltest.cpp:83
const WCHAR * LPCWSTR
Definition: xmlstorage.h:185