Commit ffbee79c authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Add missing MoveUnitBounded to IMarkupPointer2.

parent 24065904
......@@ -28449,6 +28449,10 @@ interface IMarkupPointer2 : IMarkupPointer
[in] IMarkupContainer *pContainer,
[in] long lMP);
HRESULT MoveUnitBounded(
[in] MOVEUNIT_ACTION muAction,
[in] IMarkupPointer *pIBoundary);
HRESULT IsInsideURL(
[in] IMarkupPointer *pRight,
[out] BOOL *pfResult);
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