windows-nt/Source/XPSP1/NT/shell/shlwapi/strmwrap.cpp

12 lines
200 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#include "priv.h"
// Stub - CStreamWrap moved to shdocvw
STDAPI SHCreateStreamWrapper(IStream *aStreams[], UINT cStreams, DWORD grfMode, IStream **ppstm)
{
*ppstm = NULL;
return E_FAIL;
}