ptinform.hpp

来自「漏洞扫描系列中HB Network Scanner 测试用练习代码」· HPP 代码 · 共 35 行

HPP
35
字号
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'PtInForm.pas' rev: 6.00

#ifndef PtInFormHPP
#define PtInFormHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Classes.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Ptinform
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE bool __fastcall PointinRndRect(int X, int Y, int Radius, const Types::TRect &Rct);
extern PACKAGE bool __fastcall PointinEllipse(int X, int Y, const Types::TRect &Rct);

}	/* namespace Ptinform */
using namespace Ptinform;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// PtInForm

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?