IRichEditOleCallback::GetInPlaceContext
Provides the
application and document level interfaces and information required to support
in-place activation.
HRESULT GetInPlaceContext(
LPOLEINPLACEFRAME FAR * lplpFrame, |
|
LPOLEINPLACEUIWINDOW FAR * lplpDoc, |
|
LPOLEINPLACEFRAMEINFO lpFrameInfo |
|
); |
|
Parameters
lplpframe
Pointer to
the pointer variable that receives the address of the IOleInPlaceFrame
lplpDoc
Pointer to
the pointer variable that receives the address of the IOleInPlaceUIWindow
lpFrameInfo
Pointer to
the OLEINPLACEFRAMEINFO
Return Values
Returns
success status.
See Also