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
已淘汰.

指定 FUNC_VIRTUAL 在 VTBL 中的位移。

wFuncFlags
已淘汰.

指示函式的 FUNCFLAGS

適用於