ReactOS 0.4.16-dev-340-g0540c21
|
Classes | |
struct | tagCONNECTDATA |
Public Types | |
typedef IEnumConnections * | PENUMCONNECTIONS |
typedef IEnumConnections * | LPENUMCONNECTIONS |
typedef struct IEnumConnections::tagCONNECTDATA | CONNECTDATA |
typedef struct IEnumConnections::tagCONNECTDATA * | PCONNECTDATA |
typedef struct IEnumConnections::tagCONNECTDATA * | LPCONNECTDATA |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
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 () |
HRESULT IEnumConnections::Clone | ( | [out] IEnumConnections ** | ppEnum | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnections.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnections::Clone().
HRESULT IEnumConnections::Next | ( | [in] ULONG | cConnections, |
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA | rgcd, | ||
[out] ULONG * | pcFetched | ||
) |
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnections.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnections::Next().
HRESULT IEnumConnections::RemoteNext | ( | [in] ULONG | cConnections, |
[out, size_is(cConnections), length_is(*pcFetched)] LPCONNECTDATA | rgcd, | ||
[out] ULONG * | pcFetched | ||
) |
HRESULT IEnumConnections::Reset | ( | ) |
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnections.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnections::Reset().
Implemented in anonymous_namespace{mstscax.cpp}::CEnumConnections.
Referenced by anonymous_namespace{mstscax.cpp}::CEnumConnections::Skip().