导航:  Windows Controls Procedures > Rich Edit Control > Structures >

ENOLEOPFAILED

上一页返回章节概述下一页

描述

 

The ENOLEOPFAILED structure contains information about a failed operation.

 

C/C++ 语法

 

typedef struct {

NMHDR nmhdr;

LONG iob;

LONG lOper;

HRESULT hr;

} ENOLEOPFAILED;

 

FreeBasic Syntax

 

TYPE ENOLEOPFAILED

nmhdr AS NMHDR

iob   AS LONG

lOper AS LONG

hr    AS HRESULT

END TYPE

 

成员

 

nmhdr

 

NMHDR notification header.

 

iob

 

Object index.

 

lOper

 

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

 

hr

 

Error code returned by the object on the operation.

 

最低操作系统

 

Windows 95, Windows NT 4.0.