BINDPTR Estructura
Definición
public value class BINDPTR
public struct BINDPTR
type BINDPTR = struct
Public Structure BINDPTR
- Herencia
Comentarios
Para obtener más información, vea BINDPTR Union.For more information, see BINDPTR union.
El Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un valor HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Campos
lpfuncdesc |
Representa un puntero a una estructura FUNCDESC.Represents a pointer to a FUNCDESC structure. |
lptcomp |
Representa un puntero a una interfaz ITypeComp.Represents a pointer to an ITypeComp interface. |
lpvardesc |
Representa un puntero a una estructura VARDESC.Represents a pointer to a VARDESC structure. |