Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
richedit.h
Unicode
No
Platform Notes
None

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.

See Also

EN_OLEOPFAILED, IOleObject::DoVerb

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples