Feedback

  • Contents
 

II3IDMessage::Step Property

get_Step

Returns a step pointer to which this message refers. NULL is returned if the step is no longer available or if the message was not logged for a step.

IDL Function Prototype

HRESULT Step(

   [out, retval] II3IDStep ** MsgStep

);

C/C++ Syntax

HRESULT get_Step( II3IDStep ** MsgStep);

Parameters

MsgStep

The return value is an II3IDStep pointer to the step to which this message refers. NULL is returned if the message is no longer available, or if the message was not logged for a step.