* include/docobj.h (IOleDocumentView::GetDocument): Correct
prototype. Thanks to Buster Copley <consequent@users.sourceforge.net>
This commit is contained in:
parent
b4d978174e
commit
7cfe32b4ca
@ -1,3 +1,10 @@
|
|||||||
|
2004-03-16 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/docobj.h (IOleDocumentView::GetDocument): Correct
|
||||||
|
prototype.
|
||||||
|
Thanks to Buster Copley <consequent@users.sourceforge.net>
|
||||||
|
|
||||||
|
|
||||||
2004-03-16 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-03-16 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
|
* lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
|
||||||
|
@ -88,7 +88,7 @@ DECLARE_INTERFACE_(IOleDocumentView,IUnknown)
|
|||||||
|
|
||||||
STDMETHOD(SetInPlaceSite)(THIS_ LPOLEINPLACESITE) PURE;
|
STDMETHOD(SetInPlaceSite)(THIS_ LPOLEINPLACESITE) PURE;
|
||||||
STDMETHOD(GetInPlaceSite)(THIS_ LPOLEINPLACESITE*) PURE;
|
STDMETHOD(GetInPlaceSite)(THIS_ LPOLEINPLACESITE*) PURE;
|
||||||
STDMETHOD(GetDocument)(THIS_ IUnknown*) PURE;
|
STDMETHOD(GetDocument)(THIS_ IUnknown**) PURE;
|
||||||
STDMETHOD(SetRect)(THIS_ LPRECT) PURE;
|
STDMETHOD(SetRect)(THIS_ LPRECT) PURE;
|
||||||
STDMETHOD(GetRect)(THIS_ LPRECT) PURE;
|
STDMETHOD(GetRect)(THIS_ LPRECT) PURE;
|
||||||
STDMETHOD(SetRectComplex)(THIS_ LPRECT,LPRECT,LPRECT,LPRECT) PURE;
|
STDMETHOD(SetRectComplex)(THIS_ LPRECT,LPRECT,LPRECT,LPRECT) PURE;
|
||||||
|
Loading…
Reference in New Issue
Block a user