Scroll to navigation

CoReleaseMarshalData(3w) Wine API 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

Declared in "objbase.h".
Implemented in "dlls/ole32/marshal.c".
Debug channel "ole".
Oct 2012 Wine API