Fix a typo.
This commit is contained in:
parent
b1eb3c30f3
commit
f400a1c9fd
|
@ -252,7 +252,7 @@ interface IOleInPlaceSite : IOleWindow
|
||||||
[in, out] LPOLEINPLACEFRAMEINFO lpFrameInfo);
|
[in, out] LPOLEINPLACEFRAMEINFO lpFrameInfo);
|
||||||
|
|
||||||
HRESULT Scroll(
|
HRESULT Scroll(
|
||||||
[in] SIZE scrollExtant);
|
[in] SIZE scrollExtent);
|
||||||
|
|
||||||
HRESULT OnUIDeactivate(
|
HRESULT OnUIDeactivate(
|
||||||
[in] BOOL fUndoable);
|
[in] BOOL fUndoable);
|
||||||
|
|
Loading…
Reference in New Issue