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

Public Types

typedef IEnumContextPropsLPENUMCONTEXTPROPS
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Public Member Functions

HRESULT Next ([in] ULONG celt, [out, size_is(celt), length_is(*pceltFetched)] ContextProperty *pContextProperties, [out] ULONG *pceltFetched)
 
HRESULT Skip ([in] ULONG celt)
 
HRESULT Reset ()
 
HRESULT Clone ([out] IEnumContextProps **ppEnumContextProps)
 
HRESULT Count ([out] ULONG *pcelt)
 
- 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 2490 of file objidl.idl.

Member Typedef Documentation

◆ LPENUMCONTEXTPROPS

Member Function Documentation

◆ Clone()

HRESULT IEnumContextProps::Clone ( [out] IEnumContextProps **  ppEnumContextProps)

◆ Count()

HRESULT IEnumContextProps::Count ( [out] ULONG pcelt)

◆ Next()

HRESULT IEnumContextProps::Next ( [in] ULONG  celt,
[out, size_is(celt), length_is(*pceltFetched)] ContextProperty pContextProperties,
[out] ULONG pceltFetched 
)

◆ Reset()

HRESULT IEnumContextProps::Reset ( )

◆ Skip()

HRESULT IEnumContextProps::Skip ( [in] ULONG  celt)

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