ENOLEOPFAILED structure (richedit.h)

Contains information about a failed operation.

Syntax

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

Members

nmhdr

Type: NMHDR

NMHDR notification header.

iob

Type: LONG

Object index.

lOper

Type: LONG

Operation that failed. This can be OLEOP_DOVERB to indicate that IOleObject::DoVerb failed.

hr

Type: HRESULT

Error code returned by the object on the operation.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header richedit.h

See also

EN_OLEOPFAILED

IOleObject::DoVerb

Other Resources

Reference