|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| typedef IEnumOleDocumentViews * | LPENUMOLEDOCUMENTVIEWS |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | Next ([in] ULONG cViews, [out] IOleDocumentView **rgpView, [out] ULONG *pcFetched) |
| HRESULT | RemoteNext ([in] ULONG cViews, [out, size_is(cViews), length_is(*pcFetched)] IOleDocumentView **rgpView, [out] ULONG *pcFetched) |
| HRESULT | Skip ([in] ULONG cViews) |
| HRESULT | Reset () |
| HRESULT | Clone ([out] IEnumOleDocumentViews **ppEnum) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 136 of file docobj.idl.
Definition at line 138 of file docobj.idl.
| HRESULT IEnumOleDocumentViews::Clone | ( | [out] IEnumOleDocumentViews ** | ppEnum | ) |
| HRESULT IEnumOleDocumentViews::Next | ( | [in] ULONG | cViews, |
| [out] IOleDocumentView ** | rgpView, | ||
| [out] ULONG * | pcFetched | ||
| ) |
| HRESULT IEnumOleDocumentViews::RemoteNext | ( | [in] ULONG | cViews, |
| [out, size_is(cViews), length_is(*pcFetched)] IOleDocumentView ** | rgpView, | ||
| [out] ULONG * | pcFetched | ||
| ) |
| HRESULT IEnumOleDocumentViews::Reset | ( | ) |