Initial commit

This commit is contained in:
2026-06-12 23:18:12 +08:00
commit 424bde1b02
249 changed files with 40338 additions and 0 deletions
@@ -0,0 +1,81 @@
// 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 <System.hpp>
#include <SysInit.hpp>
#include <System.Classes.hpp>
#include <uCEFBaseRefCounted.hpp>
#include <uCEFInterfaces.hpp>
#include <uCEFTypes.hpp>
//-- 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