CoUnmarshalInterface(3w)
NAME
CoUnmarshalInterface (OLE32.@)
SYNOPSIS
HRESULT CoUnmarshalInterface ( IStream* pStream, REFIID riid, LPVOID* ppv )
DESCRIPTION
Unmarshals an object from a stream by creating a proxy to the remote
object, if necessary.
PARAMS
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.
RETURNS
Success: S_OK.
Failure: HRESULT code.
SEE ALSO
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/marshal.c".
- Debug channel "ole".