FUNCDESC 構造体
定義
警告
この API は現在使われていません。
public value class FUNCDESC
[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.FUNCDESC instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct FUNCDESC
type FUNCDESC = struct
Public Structure FUNCDESC
- 継承
- 属性
注釈
FUNCDESC
の詳細については、MSDN ライブラリを参照してください。For additional information about FUNCDESC
, see the MSDN Library.
フィールド
callconv |
関数の呼び出し規約を指定します。Specifies the calling convention of a function. |
cParams |
パラメーターの合計数をカウントします。Counts the total number of parameters. |
cParamsOpt |
オプションのパラメーターをカウントします。Counts the optional parameters. |
cScodes |
許可されている戻り値をカウントします。Counts the permitted return values. |
elemdescFunc |
関数の戻り値の型を格納します。Contains the return type of the function. |
funckind |
関数が仮想、静的、またはディスパッチ専用かどうかを指定します。Specifies whether the function is virtual, static, or dispatch-only. |
invkind |
プロパティ関数の型を指定します。Specifies the type of a property function. |
lprgelemdescParam | |
lprgscode |
関数が 16 ビットのシステム上で返すことができるエラーの数を格納します。Stores the count of errors a function can return on a 16-bit system. |
memid |
関数メンバーの ID を識別します。Identifies the function member ID. |
oVft |
FUNC_VIRTUAL の仮想関数テーブル (VTBL: Virtual Function Table) 内のオフセットを指定します。Specifies the offset in the VTBL for FUNC_VIRTUAL. |
wFuncFlags |