📄 alxpvs.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Alxpvs.pas' rev: 10.00
#ifndef AlxpvsHPP
#define AlxpvsHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warnings off
#pragma option -Vx // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp> // Pascal unit
#include <Sysinit.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Alxpvs
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE unsigned __stdcall (*OpenThemeData)(unsigned hwnd, WideChar * pszClassList);
extern PACKAGE unsigned __stdcall (*CloseThemeData)(unsigned hTheme);
extern PACKAGE unsigned __stdcall (*DrawThemeBackground)(unsigned hTheme, HDC hdc, int iPartId, int iStateId, const Types::PRect pRect, const Types::PRect pClipRect);
extern PACKAGE BOOL __stdcall (*IsThemeActive)(void);
} /* namespace Alxpvs */
using namespace Alxpvs;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Alxpvs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -