BINDPTR 構造体

定義

注意事項

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

注意事項

この API は非推奨になりました。

代わりに、BINDPTR を使用してください。

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

注釈

型の詳細については BINDPTR 、MSDN ライブラリを参照してください。

フィールド

lpfuncdesc

FUNCDESC 構造体へのポインターを表します。

lptcomp

lptcomp インターフェイスへのポインターを表します。

lpvardesc

VARDESC 構造体へのポインターを表します。

適用対象