?? zlocksoft.pas
字號(hào):
unit Zlocksoft;
interface
var
TestLock: array[0..9] of Integer; //把返回的字符串轉(zhuǎn)換為一數(shù)組供您程序中判斷或使用
Zhuce: Integer; //定義判斷注冊(cè)的返回值
function Testkey(rq: Integer;pDataBuffer: PChar;jd: Integer): Integer;stdcall external 'Lock_File.dll';
implementation
end.
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -