CONNECTDATA

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is enumerated by the IEnumConnections::Next method. Each structure describes a connection that exists to a given connection point.

Syntax

typedef struct tagCONNECTDATA { 
  IUnknown* pUnk; 
  DWORD dwCookie; 
} CONNECTDATA; 

Members

  • pUnk
    Pointer to the IUnknown interface on a connected advisory sink.

    The caller must call IUnknown::Release using this pointer when the CONNECTDATA structure is no longer needed.

    The caller is responsible for calling Release for each CONNECTDATA structure enumerated through IEnumConnections::Next.

Requirements

Header ocidl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IConnectionPoint
IEnumConnections
IUnknown