Files
common/CEF4Delphi/win32/hpps/uCEFUnresponsiveProcessCallback.hpp
T
2026-06-12 23:18:12 +08:00

78 lines
2.7 KiB
C++

// CodeGear C++Builder
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'uCEFUnresponsiveProcessCallback.pas' rev: 37.00 (Windows)
#ifndef uCEFUnresponsiveProcessCallbackHPP
#define uCEFUnresponsiveProcessCallbackHPP
#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 <System.SysUtils.hpp>
#include <uCEFBaseRefCounted.hpp>
#include <uCEFInterfaces.hpp>
#include <uCEFTypes.hpp>
//-- user supplied -----------------------------------------------------------
namespace Ucefunresponsiveprocesscallback
{
//-- forward type declarations -----------------------------------------------
class DELPHICLASS TCefUnresponsiveProcessCallbackRef;
//-- type declarations -------------------------------------------------------
#pragma pack(push,4)
class PASCALIMPLEMENTATION TCefUnresponsiveProcessCallbackRef : public Ucefbaserefcounted::TCefBaseRefCountedRef
{
typedef Ucefbaserefcounted::TCefBaseRefCountedRef inherited;
protected:
void __fastcall Wait();
void __fastcall Terminate();
public:
__classmethod Ucefinterfaces::_di_ICefUnresponsiveProcessCallback __fastcall UnWrap(void * data);
public:
/* TCefBaseRefCountedRef.Create */ inline __fastcall virtual TCefUnresponsiveProcessCallbackRef(void * data) : Ucefbaserefcounted::TCefBaseRefCountedRef(data) { }
/* TCefBaseRefCountedRef.Destroy */ inline __fastcall virtual ~TCefUnresponsiveProcessCallbackRef() { }
private:
void *__ICefUnresponsiveProcessCallback; // Ucefinterfaces::ICefUnresponsiveProcessCallback
public:
#if defined(MANAGED_INTERFACE_OPERATORS)
// {3E4F2B66-5AAF-4906-B946-C114D0E43C13}
operator Ucefinterfaces::_di_ICefUnresponsiveProcessCallback()
{
Ucefinterfaces::_di_ICefUnresponsiveProcessCallback intf;
this->GetInterface(intf);
return intf;
}
#else
operator Ucefinterfaces::ICefUnresponsiveProcessCallback*(void) { return (Ucefinterfaces::ICefUnresponsiveProcessCallback*)&__ICefUnresponsiveProcessCallback; }
#endif
};
#pragma pack(pop)
//-- var, const, procedure ---------------------------------------------------
} /* namespace Ucefunresponsiveprocesscallback */
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_UCEFUNRESPONSIVEPROCESSCALLBACK)
using namespace Ucefunresponsiveprocesscallback;
#endif
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // uCEFUnresponsiveProcessCallbackHPP