CDHtmlDialog::GetEvent

Returns the IHTMLEventObj pointer to the current event object.

HRESULT GetEvent( 
   IHTMLEventObj **ppEventObj  
);

Parameters

  • ppEventObj
    Address of a pointer that will be filled with the IHTMLEventObj interface pointer.

Return Value

A standard HRESULT value.

Remarks

This function should only be called from within a DHTML event handler.

Requirements

Header: afxdhtml.h

See Also

Reference

CDHtmlDialog Class

Hierarchy Chart