Prev Next

ENOLEOPFAILED info  Overview  Group

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.

See Also

EN_OLEOPFAILED, IOleObject::DoVerb