FUNCDESC 結構
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. http://go.microsoft.com/fwlink/?linkid=14202
請改用 FUNCDESC。
public value class FUNCDESC
C#
[System.Runtime.InteropServices.ComVisible(false)]
public struct FUNCDESC
C#
[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
,請參閱 MSDN 連結庫。
callconv |
已淘汰.
指定函式的呼叫慣例。 |
c |
已淘汰.
計算參數的總數。 |
c |
已淘汰.
計算選擇性參數的數目。 |
c |
已淘汰.
計算允許的傳回值數目。 |
elemdesc |
已淘汰.
包含函式的傳回型別。 |
funckind |
已淘汰.
指定函式是虛擬的、靜態的還是僅供分派。 |
invkind |
已淘汰.
指定屬性函式的型別。 |
lprgelemdesc |
已淘汰.
指示 cParams 的大小。 |
lprgscode |
已淘汰.
存放函式可在 16 位元系統傳回的錯誤計數。 |
memid |
已淘汰.
辨識函式成員 ID。 |
o |
已淘汰.
指定 FUNC_VIRTUAL 在 VTBL 中的位移。 |
w |
已淘汰.
指示函式的 FUNCFLAGS。 |
產品 | 版本 (已淘汰) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |