CoUnmarshalInterface (OLE32.@)
HRESULT CoUnmarshalInterface ( IStream* pStream, REFIID riid, LPVOID* ppv )
Unmarshals an object from a stream by creating a proxy to the remote object, if necessary.
pStream | [In] | Stream containing the marshaled object. |
riid | [In] | Interface identifier of the object to create a proxy to. |
ppv | [Out] | Address where proxy will be stored. |
Success: S_OK.
Failure: HRESULT code.
Defined in "objbase.h".
Implemented in "dlls/ole32/marshal.c". source.winehq.org/source/dlls/ole32/marshal.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.