sndkey32.hpp
来自「使用TCppWebBrowser控件实现的浏览器」· HPP 代码 · 共 38 行
HPP
38 行
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'sndkey32.pas' rev: 6.00
#ifndef sndkey32HPP
#define sndkey32HPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Sndkey32
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
static const Shortint WorkBufLen = 0x28;
extern PACKAGE char WorkBuf[41];
extern PACKAGE bool __fastcall SendKeys(char * SendKeysString, bool Wait);
extern PACKAGE bool __fastcall AppActivate(char * WindowName);
} /* namespace Sndkey32 */
using namespace Sndkey32;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // sndkey32
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?