CONNECTDATA Estructura
Definición
Describe una conexión existente con un punto de conexión determinado.Describes a connection that exists to a given connection point.
public value class CONNECTDATA
public struct CONNECTDATA
type CONNECTDATA = struct
Public Structure CONNECTDATA
- Herencia
Comentarios
La CONNECTDATA
estructura es el tipo enumerado a través del IEnumConnections.Next método.The CONNECTDATA
structure is the type enumerated through the IEnumConnections.Next method.
Para obtener más información, vea CONNECTDATA (estructura).For more information, see CONNECTDATA structure.
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
dwCookie |
Representa un símbolo (token) de conexión que se devuelve desde una llamada a Advise(Object, Int32).Represents a connection token that is returned from a call to Advise(Object, Int32). |
pUnk |
Representa un puntero a la interfaz |