FUNCDESC 结构

定义

注意

Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

改用 FUNCDESC

public value class FUNCDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct FUNCDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FUNCDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type FUNCDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type FUNCDESC = struct
Public Structure FUNCDESC
继承
FUNCDESC
属性

注解

有关其他 FUNCDESC信息,请参阅 MSDN 库。

字段

名称 说明
callconv
已过时.

指定函数的调用约定。

cParams
已过时.

计算参数总数。

cParamsOpt
已过时.

对可选参数进行计数。

cScodes
已过时.

计算允许的返回值。

elemdescFunc
已过时.

包含函数的返回类型。

funckind
已过时.

指定函数是虚拟、静态还是仅调度。

invkind
已过时.

指定属性函数的类型。

lprgelemdescParam
已过时.

指示大小 cParams

lprgscode
已过时.

存储函数可以在 16 位系统上返回的错误计数。

memid
已过时.

标识函数成员 ID。

oVft
已过时.

指定 VTBL FUNC_VIRTUAL中的偏移量。

wFuncFlags
已过时.

指示 FUNCFLAGS 函数。

适用于