ReactOS 0.4.16-dev-88-ga65b6ae
|
Public Types | |
typedef IEnumContextProps * | LPENUMCONTEXTPROPS |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
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 () |
Definition at line 2490 of file objidl.idl.
Definition at line 2492 of file objidl.idl.
HRESULT IEnumContextProps::Clone | ( | [out] IEnumContextProps ** | ppEnumContextProps | ) |
HRESULT IEnumContextProps::Next | ( | [in] ULONG | celt, |
[out, size_is(celt), length_is(*pceltFetched)] ContextProperty * | pContextProperties, | ||
[out] ULONG * | pceltFetched | ||
) |
HRESULT IEnumContextProps::Reset | ( | ) |