Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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
Other Resources
Reference