// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFSSLStatus.pas' rev: 37.00 (Windows) #ifndef uCEFSSLStatusHPP #define uCEFSSLStatusHPP #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 #include //-- user supplied ----------------------------------------------------------- namespace Ucefsslstatus { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefSSLStatusRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefSSLStatusRef : public Ucefbaserefcounted::TCefBaseRefCountedRef { typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited; protected: bool __fastcall IsSecureConnection(); Uceftypes::TCefCertStatus __fastcall GetCertStatus(); Uceftypes::TCefSSLVersion __fastcall GetSSLVersion(); Uceftypes::TCefSSLContentStatus __fastcall GetContentStatus(); Ucefinterfaces::_di_ICefX509Certificate __fastcall GetX509Certificate(); public: __classmethod Ucefinterfaces::_di_ICefSSLStatus __fastcall UnWrap(void * data); public: /* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefSSLStatusRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { } /* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefSSLStatusRef() { } private: void *__ICefSSLStatus; // Ucefinterfaces::ICefSSLStatus public: #if defined(MANAGED_INTERFACE_OPERATORS) // {E3F004F2-03D5-46A2-91D0-510C50F3B225} operator Ucefinterfaces::_di_ICefSSLStatus() { Ucefinterfaces::_di_ICefSSLStatus intf; this->GetInterface(intf); return intf; } #else operator Ucefinterfaces::ICefSSLStatus*(void) { return (Ucefinterfaces::ICefSSLStatus*)&__ICefSSLStatus; } #endif }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Ucefsslstatus */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFSSLSTATUS) using namespace Ucefsslstatus; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFSSLStatusHPP