BINDPTR Struct

Definition

Caution

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

Use BINDPTR instead.

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
Inheritance
BINDPTR
Attributes

Remarks

For more information about the BINDPTR type, see the MSDN Library.

Fields

lpfuncdesc

Represents a pointer to a FUNCDESC structure.

lptcomp

Represents a pointer to a lptcomp interface.

lpvardesc

Represents a pointer to a VARDESC structure.

Applies to