Initial commit
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
// CodeGear C++Builder
|
||||
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'uCEFSharedMemoryRegion.pas' rev: 37.00 (Windows)
|
||||
|
||||
#ifndef uCEFSharedMemoryRegionHPP
|
||||
#define uCEFSharedMemoryRegionHPP
|
||||
|
||||
#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 <uCEFBaseRefCounted.hpp>
|
||||
#include <uCEFInterfaces.hpp>
|
||||
#include <uCEFTypes.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Ucefsharedmemoryregion
|
||||
{
|
||||
//-- forward type declarations -----------------------------------------------
|
||||
class DELPHICLASS TCefSharedMemoryRegionRef;
|
||||
//-- type declarations -------------------------------------------------------
|
||||
#pragma pack(push,4)
|
||||
class PASCALIMPLEMENTATION TCefSharedMemoryRegionRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
|
||||
{
|
||||
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
|
||||
|
||||
protected:
|
||||
bool __fastcall IsValid();
|
||||
System::NativeUInt __fastcall Size();
|
||||
void * __fastcall Memory();
|
||||
|
||||
public:
|
||||
__classmethod Ucefinterfaces::_di_ICefSharedMemoryRegion __fastcall UnWrap(void * data);
|
||||
public:
|
||||
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefSharedMemoryRegionRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
|
||||
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefSharedMemoryRegionRef() { }
|
||||
|
||||
private:
|
||||
void *__ICefSharedMemoryRegion; // Ucefinterfaces::ICefSharedMemoryRegion
|
||||
|
||||
public:
|
||||
#if defined(MANAGED_INTERFACE_OPERATORS)
|
||||
// {2828D0E1-44D0-4C6F-8C63-5CA6036DDA82}
|
||||
operator Ucefinterfaces::_di_ICefSharedMemoryRegion()
|
||||
{
|
||||
Ucefinterfaces::_di_ICefSharedMemoryRegion intf;
|
||||
this->GetInterface(intf);
|
||||
return intf;
|
||||
}
|
||||
#else
|
||||
operator Ucefinterfaces::ICefSharedMemoryRegion*(void) { return (Ucefinterfaces::ICefSharedMemoryRegion*)&__ICefSharedMemoryRegion; }
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
} /* namespace Ucefsharedmemoryregion */
|
||||
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFSHAREDMEMORYREGION)
|
||||
using namespace Ucefsharedmemoryregion;
|
||||
#endif
|
||||
#pragma pack(pop)
|
||||
#pragma option pop
|
||||
|
||||
#pragma delphiheader end.
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // uCEFSharedMemoryRegionHPP
|
||||
Reference in New Issue
Block a user