Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function unmarshals an HRESULTtype from the specified stream.

Syntax

STDAPI CoUnmarshalHresult(
  LPSTREAM 
pStm,
  HRESULT* 
phresult
);

Parameters

pStm

[in] Pointer to the stream from which the HRESULTis to be unmarshaled.

phresult

[out] Pointer to the unmarshaled HRESULT.

Return Value

This function supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:

S_OK

The HRESULTwas unmarshaled successfully.

STG_E_INVALIDPOINTER

pStmis an invalid pointer.

Remarks

Your application does not explicitly call this function unless performing custom marshaling with a special implementation of IMarshal, and your implementation needs to unmarshal an HRESULT.

The application must use CoUnmarshalHresultto unmarshal HRESULTs previously marshaled by a call to the CoMarshalHresultfunction.

This function performs the following tasks:

  1. Reads an HRESULT from a stream.

  2. Returns the HRESULT.

To determine whether the platform supports this function, see Determining Supported COM APIs.

Requirements

Header objbase.h
Library ole32.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

COM Functions

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.