|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| typedef IEnumOleUndoUnits * | LPENUMOLEUNDOUNITS |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | Next ([in] ULONG cElt, [out, size_is(cElt), length_is(*pcEltFetched)] IOleUndoUnit **rgElt, [out] ULONG *pcEltFetched) |
| HRESULT | RemoteNext ([in] ULONG cElt, [out, size_is(cElt), length_is(*pcEltFetched)] IOleUndoUnit **rgElt, [out] ULONG *pcEltFetched) |
| HRESULT | Skip ([in] ULONG cElt) |
| HRESULT | Reset () |
| HRESULT | Clone ([out] IEnumOleUndoUnits **ppEnum) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
| HRESULT IEnumOleUndoUnits::Clone | ( | [out] IEnumOleUndoUnits ** | ppEnum | ) |
| HRESULT IEnumOleUndoUnits::Next | ( | [in] ULONG | cElt, |
| [out, size_is(cElt), length_is(*pcEltFetched)] IOleUndoUnit ** | rgElt, | ||
| [out] ULONG * | pcEltFetched | ||
| ) |
| HRESULT IEnumOleUndoUnits::RemoteNext | ( | [in] ULONG | cElt, |
| [out, size_is(cElt), length_is(*pcEltFetched)] IOleUndoUnit ** | rgElt, | ||
| [out] ULONG * | pcEltFetched | ||
| ) |
| HRESULT IEnumOleUndoUnits::Reset | ( | ) |