Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gives this CRichEditCtrl object an IRichEditOleCallback object to use to access OLE-related resources and information.
BOOL SetOLECallback(
IRichEditOleCallback* pCallback
);
Parameters
- pCallback
Pointer to an IRichEditOleCallback object that this CRichEditCtrl object will use to get OLE-related resources and information.
Return Value
Nonzero if successful; otherwise, 0.
Remarks
This CRichEditCtrl object will call IUnknown::AddRef to increment the usage count for the COM object specified by pCallback.
For more information, see EM_SETOLECALLBACK message and IRichEditOleCallback interface in the Windows SDK.
Requirements
Header: afxcmn.h