Feedback

  • Contents
 

II3IDExitPath::ReturnValue Property

get_ReturnValue

Returns the return value that the tool returns to exit through this exit path.

IDL Function Prototype

HRESULT ReturnValue(

   [out, retval] long * ExitPathReturnValue

);

C/C++ Syntax

HRESULT get_ReturnValue(long * ExitPathReturnValue);

Parameters

ExitPathReturnValue

The value returned by the tool when it exits through this exit path.


put_ReturnValue

Sets the return value that the tool returns to exit through this exit path.

IDL Function Prototype

HRESULT ReturnValue(

   [in] long ExitPathReturnValue

);

C/C++ Syntax

HRESULT put_ReturnValue(long ExitPathReturnValue);

Parameters

ExitPathReturnValue

A long number that the tool will assign as its return value when it exits through this exit path.