📄 wwricholecallback.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Wwricholecallback.pas' rev: 11.00
#ifndef WwricholecallbackHPP
#define WwricholecallbackHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <Richedit.hpp> // Pascal unit
#include <Activex.hpp> // Pascal unit
#include <Comobj.hpp> // Pascal unit
#include <Wwrichole.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <Olectnrs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Sysutils.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Wwricholecallback
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TRichEditOleCallback;
class PASCALIMPLEMENTATION TRichEditOleCallback : public System::TInterfacedObject
{
typedef System::TInterfacedObject inherited;
private:
Classes::TComponent* FOwner;
protected:
HRESULT __stdcall GetNewStorage(/* out */ _di_IStorage &stg);
HRESULT __stdcall GetInPlaceContext(/* out */ _di_IOleInPlaceFrame &Frame, /* out */ _di_IOleInPlaceUIWindow &Doc, tagOIFI &FrameInfo);
HRESULT __stdcall ShowContainerUI(BOOL fShow);
HRESULT __stdcall QueryInsertObject(const GUID &clsid, _di_IStorage stg, int cp);
HRESULT __stdcall DeleteObject(_di_IOleObject oleobj);
HRESULT __stdcall QueryAcceptData(_di_IDataObject dataobj, Word &cfFormat, unsigned reco, BOOL fReally, unsigned hMetaPict);
HRESULT __stdcall ContextSensitiveHelp(BOOL fEnterMode);
HRESULT __stdcall GetClipboardData(const _charrange &chrg, unsigned reco, /* out */ _di_IDataObject &dataobj);
HRESULT __stdcall GetDragDropEffect(BOOL fDrag, unsigned grfKeyState, unsigned &dwEffect);
HRESULT __stdcall GetContextMenu(Word seltype, _di_IOleObject oleobj, const _charrange &chrg, HMENU &menu);
public:
__fastcall TRichEditOleCallback(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TObject.Destroy */ inline __fastcall virtual ~TRichEditOleCallback(void) { }
#pragma option pop
private:
void *__IRichEditOleCallback; /* Wwrichole::IRichEditOleCallback */
public:
operator IRichEditOleCallback*(void) { return (IRichEditOleCallback*)&__IRichEditOleCallback; }
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Wwricholecallback */
using namespace Wwricholecallback;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Wwricholecallback
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -