BINDPTR Struct
Definition
public value class BINDPTR
public struct BINDPTR
type BINDPTR = struct
Public Structure BINDPTR
- Inheritance
Remarks
For more information about the BINDPTR
type, see the MSDN Library.
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. |