|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
|
| Header File
| richole.h
| Unicode
|
| Platform Notes
| None
|
|
|
IRichEditOle::ActivateAs
Handles OLE "Activate As" behavior by unloading all objects of the old class,
telling OLE to treat those objects as objects of the new class, and reloading
the objects. If objects cannot be reloaded, they are deleted.
HRESULT ActivateAs(
REFCLSID rclsid,
|
| REFCLSID rclsidAs
|
| );
|
|
Parameters
rclsid
Class identifier of the old class.
rclsidAs
Class identifier of the new class.
Return Values
Returns success status. Use GetScode to retrieve an SCODE. Can be S_OK on success or an SCODE returned from OLE.
See Also
IRichEditOle
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
|