|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
|
| Header File
| richole.h
| Unicode
|
| Platform Notes
| None
|
|
|
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 interface that represents the frame window of the a rich edit control client.
Use the AddRef method to increment the reference count the rich edit control releases the
interface when it no longer needed.
lplpDoc
Pointer to the pointer variable that receives the address of the IOleInPlaceUIWindow interface that represents the document window of the rich edit control
client. An interface need not be returned if the frame and document windows are the
same. Use the AddRef method to increment the reference count the rich edit control releases the
interface when it no longer needed.
lpFrameInfo
Pointer to the OLEINPLACEFRAMEINFO structure that receives the accelerator information.
Return Values
Returns success status.
See Also
IOleInPlaceFrame, IRichEditOleCallback, OLEINPLACEFRAMEINFO
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|