windows-nt/Source/XPSP1/NT/shell/shlwapi/strmwrap.cpp
2020-09-26 16:20:57 +08:00

12 lines
200 B
C++

#include "priv.h"
// Stub - CStreamWrap moved to shdocvw
STDAPI SHCreateStreamWrapper(IStream *aStreams[], UINT cStreams, DWORD grfMode, IStream **ppstm)
{
*ppstm = NULL;
return E_FAIL;
}