System.Runtime.InteropServices.CONNECTDATA: Field Members

The fields of System.Runtime.InteropServices.CONNECTDATA are listed below. For a list of all members, see the CONNECTDATA Members list.

See Also: Inherited members from System.ValueType

Public Fields

dwCookieint.

Represents a connection token that is returned from a call to UCOMIConnectionPoint.Advise(object, Int32@).

pUnkobject.

Represents a pointer to the IUnknown interface on a connected advisory sink. The caller must call IUnknown::Release on this pointer when the CONNECTDATA structure is no longer needed.