BINDPTR Struct

Definition

Contains a pointer to a bound-to FUNCDESC structure, VARDESC structure, or an ITypeComp interface.

public value class BINDPTR
public struct BINDPTR
type BINDPTR = struct
Public Structure BINDPTR
Inheritance
BINDPTR

Remarks

For more information, see BINDPTR union.

The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.

Fields

lpfuncdesc

Represents a pointer to a FUNCDESC structure.

lptcomp

Represents a pointer to an ITypeComp interface.

lpvardesc

Represents a pointer to a VARDESC structure.

Applies to