CoUnmarshalHresult.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CoUnmarshalHresult (OLE32.@)

SYNOPSIS

HRESULT CoUnmarshalHresult
 (
  LPSTREAM pStm,
  HRESULT* phresult
 )

DESCRIPTION

Unmarshals an HRESULT value from a stream.

PARAMS

pStm [In] Stream that hresult will be unmarshalled from.

phresult [In] Pointer to HRESULT where the value will be unmarshalled to.

RETURNS

Success: S_OK

Failure: A COM error code.

SEE ALSO

CoMarshalHresult().

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/marshal.c".

Debug channel "ole".