// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFRegistration.pas' rev: 37.00 (Windows) #ifndef uCEFRegistrationHPP #define uCEFRegistrationHPP #pragma delphiheader begin #pragma option push #if defined(__BORLANDC__) && !defined(__clang__) #pragma option -w- // All warnings off #pragma option -Vx // Zero-length empty class member #endif #pragma pack(push,8) #include #include #include #include #include //-- user supplied ----------------------------------------------------------- namespace Ucefregistration { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefRegistrationRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefRegistrationRef : public Ucefbaserefcounted::TCefBaseRefCountedRef { typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited; public: __classmethod Ucefinterfaces::_di_ICefRegistration __fastcall UnWrap(void * data); public: /* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefRegistrationRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { } /* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefRegistrationRef() { } private: void *__ICefRegistration; // Ucefinterfaces::ICefRegistration public: #if defined(MANAGED_INTERFACE_OPERATORS) // {9226018F-7A56-4F2E-AF01-43268E33EE6B} operator Ucefinterfaces::_di_ICefRegistration() { Ucefinterfaces::_di_ICefRegistration intf; this->GetInterface(intf); return intf; } #else operator Ucefinterfaces::ICefRegistration*(void) { return (Ucefinterfaces::ICefRegistration*)&__ICefRegistration; } #endif }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Ucefregistration */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFREGISTRATION) using namespace Ucefregistration; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFRegistrationHPP