Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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