#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.
◆ COM_NO_WINDOWS_H
◆ WIN32_NO_STATUS
◆ PathToIDList()
Definition at line 83 of file shelltest.cpp.
84{
85 CComPtr<IBindCtx> spbc;
89 {
92 }
93}
HRESULT WINAPI SHParseDisplayName(LPCWSTR pszName, IBindCtx *pbc, LPITEMIDLIST *ppidl, SFGAOF sfgaoIn, SFGAOF *psfgaoOut)
static HRESULT CreateFileSysBindCtx(_Outptr_ IBindCtx **ppbc)
Referenced by TestCompareIDList().
◆ g_bVista