CoReleaseMarshalData.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ole32/marshal.c".

Debug channel "ole".