CoReleaseMarshalData(3w)
NAME
CoReleaseMarshalData (OLE32.@)
SYNOPSIS
HRESULT CoReleaseMarshalData
(
IStream* pStream
)
DESCRIPTION
Releases resources associated with an object that has been marshaled
into a stream.
PARAMS
pStream [In] The stream that the object has been marshaled into.
RETURNS
Success: S_OK.
Failure: HRESULT error code.
NOTES
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.
SEE ALSO
CoMarshalInterface(), CoUnmarshalInterface(3w).
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".