CONNECTDATA Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a connection that exists to a given connection point.
public value class CONNECTDATA
public struct CONNECTDATA
type CONNECTDATA = struct
Public Structure CONNECTDATA
- Inheritance
Remarks
The CONNECTDATA
structure is the type enumerated through the IEnumConnections.Next method.
For more information, see CONNECTDATA structure.
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
dwCookie |
Represents a connection token that is returned from a call to Advise(Object, Int32). |
pUnk |
Represents a pointer to the |