IOleInPlaceSite::GetWindowContext Method (IOleInPlaceFrame^, IOleInPlaceUIWindow^, array<RECT>^, array<RECT>^, array<OLEINPLACEFRAMEINFO>^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void GetWindowContext( [OutAttribute] IOleInPlaceFrame^% ppFrame, [OutAttribute] IOleInPlaceUIWindow^% ppDoc, array<RECT>^ lprcPosRect, array<RECT>^ lprcClipRect, array<OLEINPLACEFRAMEINFO>^ lpFrameInfo )
Parameters
- ppFrame
- Type: Microsoft.VisualStudio.OLE.Interop::IOleInPlaceFrame^
- lprcPosRect
- Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^
- lprcClipRect
- Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^
- lpFrameInfo
- Type: array<Microsoft.VisualStudio.OLE.Interop::OLEINPLACEFRAMEINFO>^
For information on the COM interface, see F6CF62B3-5A64-49AA-B0BD-56744ECEE313
Show: