Commit 6323caa4 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

Add missing typedefs.

parent e035e01b
......@@ -88,6 +88,8 @@ cpp_quote("#endif /* __RICHEDIT_CHARRANGE_DEFINED */");
]
interface IRichEditOle : IUnknown
{
typedef [unique] IRichEditOle *LPRICHEDITOLE;
HRESULT GetClientSite(LPOLECLIENTSITE *lplpolesite);
HRESULT GetObjectCount();
HRESULT GetLinkCount();
......@@ -116,6 +118,8 @@ interface IRichEditOle : IUnknown
]
interface IRichEditOleCallback : IUnknown
{
typedef [unique] IRichEditOleCallback *LPRICHEDITOLECALLBACK;
HRESULT GetNewStorage(LPSTORAGE *lplpstg);
HRESULT GetInPlaceContext(LPOLEINPLACEFRAME *lplpFrame, LPOLEINPLACEUIWINDOW *lplpDoc, LPOLEINPLACEFRAMEINFO lpFrameInfo);
HRESULT ShowContainerUI(BOOL fShow);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment