WindowsXP/shell/shlwapi/strmwrap.cpp
2025-04-27 07:49:33 -04:00

12 lines
211 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;
}