BINDPTR 構造体

定義

注意事項

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

代わりに 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.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
Public Structure BINDPTR
継承
BINDPTR
属性

注釈

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

フィールド

lpfuncdesc
古い.

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

lptcomp
古い.

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

lpvardesc
古い.

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

適用対象