ENOLEOPFAILED

Contains information about a failed OLE operation.

typedef struct {
    NMHDR nmhdr;  
    LONG iob;     
    LONG lOper;   
    HRESULT hr;   
} ENOLEOPFAILED;
 

Members

nmhdr
Notification header.
iob
Object index.
lOper
OLE operation that failed. This can be OLEOP_DOVERB to indicate that IOleObject::DoVerb failed.
hr
Error code returned by the object on the operation.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Structures, EN_OLEOPFAILED, IOleObject::DoVerb