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.

IMPLEMENTATION

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.