// CodeGear C++Builder // Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc. // All rights reserved // (DO NOT EDIT: machine generated header) 'uCEFX509CertPrincipal.pas' rev: 37.00 (Windows) #ifndef uCEFX509CertPrincipalHPP #define uCEFX509CertPrincipalHPP #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 Ucefx509certprincipal { //-- forward type declarations ----------------------------------------------- class DELPHICLASS TCefX509CertPrincipalRef; //-- type declarations ------------------------------------------------------- #pragma pack(push,4) class PASCALIMPLEMENTATION TCefX509CertPrincipalRef : public Ucefbaserefcounted::TCefBaseRefCountedRef { typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited; protected: Uceftypes::ustring __fastcall GetDisplayName(); Uceftypes::ustring __fastcall GetCommonName(); Uceftypes::ustring __fastcall GetLocalityName(); Uceftypes::ustring __fastcall GetStateOrProvinceName(); Uceftypes::ustring __fastcall GetCountryName(); void __fastcall GetOrganizationNames(System::Classes::TStrings* const names); void __fastcall GetOrganizationUnitNames(System::Classes::TStrings* const names); public: __classmethod Ucefinterfaces::_di_ICefX509CertPrincipal __fastcall UnWrap(void * data); public: /* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefX509CertPrincipalRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { } /* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefX509CertPrincipalRef() { } private: void *__ICefX509CertPrincipal; // Ucefinterfaces::ICefX509CertPrincipal public: #if defined(MANAGED_INTERFACE_OPERATORS) // {CD3621ED-7D68-4A1F-95B5-190C7001B65F} operator Ucefinterfaces::_di_ICefX509CertPrincipal() { Ucefinterfaces::_di_ICefX509CertPrincipal intf; this->GetInterface(intf); return intf; } #else operator Ucefinterfaces::ICefX509CertPrincipal*(void) { return (Ucefinterfaces::ICefX509CertPrincipal*)&__ICefX509CertPrincipal; } #endif }; #pragma pack(pop) //-- var, const, procedure --------------------------------------------------- } /* namespace Ucefx509certprincipal */ #if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFX509CERTPRINCIPAL) using namespace Ucefx509certprincipal; #endif #pragma pack(pop) #pragma option pop #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // uCEFX509CertPrincipalHPP