ReactOS 0.4.15-dev-7958-gcd0bb1a
IEnumConnections Interface Reference
Inheritance diagram for IEnumConnections:
Collaboration diagram for IEnumConnections:

Classes

struct  tagCONNECTDATA
 

Public Types

typedef IEnumConnectionsPENUMCONNECTIONS
 
typedef IEnumConnectionsLPENUMCONNECTIONS
 
typedef struct IEnumConnections::tagCONNECTDATA CONNECTDATA
 
typedef struct IEnumConnections::tagCONNECTDATAPCONNECTDATA
 
typedef struct IEnumConnections::tagCONNECTDATALPCONNECTDATA
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Public Member Functions

HRESULT Next ([in] ULONG cConnections, [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA rgcd, [out] ULONG *pcFetched)
 
HRESULT RemoteNext ([in] ULONG cConnections, [out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA rgcd, [out] ULONG *pcFetched)
 
HRESULT Skip ([in] ULONG cConnections)
 
HRESULT Reset ()
 
HRESULT Clone ([out] IEnumConnections **ppEnum)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Detailed Description

Definition at line 650 of file ocidl.idl.

Member Typedef Documentation

◆ CONNECTDATA

◆ LPCONNECTDATA

◆ LPENUMCONNECTIONS

Definition at line 652 of file ocidl.idl.

◆ PCONNECTDATA

◆ PENUMCONNECTIONS

Definition at line 652 of file ocidl.idl.

Member Function Documentation

◆ Clone()

◆ Next()

HRESULT IEnumConnections::Next ( [in] ULONG  cConnections,
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA  rgcd,
[out] ULONG pcFetched 
)

◆ RemoteNext()

HRESULT IEnumConnections::RemoteNext ( [in] ULONG  cConnections,
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA  rgcd,
[out] ULONG pcFetched 
)

◆ Reset()

◆ Skip()

HRESULT IEnumConnections::Skip ( [in] ULONG  cConnections)

The documentation for this interface was generated from the following file: