CoReleaseMarshalData (OLE32.@)
HRESULT CoReleaseMarshalData ( IStream* pStream )
Releases resources associated with an object that has been marshaled into a stream.
pStream | [In] | The stream that the object has been marshaled into. |
Success: S_OK.
Failure: HRESULT error code.
Call this function to release resources associated with a normal or table-weak marshal that will not be unmarshaled, and all table-strong marshals when they are no longer needed.
CoMarshalInterface, CoUnmarshalInterface.
Defined in "objbase.h".
Implemented in "dlls/ole32/marshal.c". source.winehq.org/source/dlls/ole32/marshal.c
Debug channel "ole".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.