ICallFrame::GetReturnValue method (callobj.h)

Retrieves the return value stored in the call frame.

Syntax

HRESULT GetReturnValue();

Return value

This method returns the HRESULT value stored in the call frame.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header callobj.h

See also

ICallFrame