ReactOS 0.4.16-dev-2-g02a6913
|
#include "shelltest.h"
Go to the source code of this file.
Classes | |
class | CFileSysBindData |
Functions | |
static HRESULT | AddFileSysBindCtx (_In_ IBindCtx *pbc) |
static HRESULT | CreateBindCtxWithOpts (_In_ BIND_OPTS *pbo, _Outptr_ IBindCtx **ppbc) |
static HRESULT | CreateFileSysBindCtx (_Outptr_ IBindCtx **ppbc) |
VOID | PathToIDList (LPCWSTR pszPath, ITEMIDLIST **ppidl) |
Variables | |
CComModule | gModule |
Definition at line 39 of file shelltest.cpp.
Referenced by CreateFileSysBindCtx().
Definition at line 52 of file shelltest.cpp.
Referenced by CreateFileSysBindCtx().
Definition at line 67 of file shelltest.cpp.
Referenced by PathToIDList().
VOID PathToIDList | ( | LPCWSTR | pszPath, |
ITEMIDLIST ** | ppidl | ||
) |
Definition at line 83 of file shelltest.cpp.
Referenced by TestCompareIDList().
CComModule gModule |
Definition at line 8 of file shelltest.cpp.