?? tags.pas
字號:
{
Tags.dll written by Wraith, 2k5-2k6
Delphi Wrapper written by Chris Troesken
}
unit tags;
interface
uses
Windows;
function TAGS_Read(handle: DWORD; const fmt: PChar): PChar; stdcall; external 'tags.dll';
function TAGS_GetLastErrorDesc: PChar; stdcall; external 'tags.dll';
function TAGS_GetVersion(): DWORD; stdcall; external 'tags.dll';
implementation
end.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -