Feedback

  • Contents
 

II3IDEvents2::HandlerClose Method

Synopsis

Called when a handler is being closed. Returning a failure from this callout does not cause the handler not to close.

IDL Function Prototype

HRESULT HandlerClose(

   [in] II3IDHandler * Handler

);

C/C++ Syntax

HRESULT HandlerClose( II3IDHandler * Handler);

Parameters

Handler

The II3IDHandler object that is being closed.