?? generalinf.pas
字號:
unit GeneralInf;
interface
uses
ScktComp;
type
Ps=array of Pchar;
PPs=^Ps;
TUserInfo=Record
UserName:Pchar;
Logined:Pchar;
Sex:Pchar;
Handle:Pchar;
ID:Pchar;
end;
AUserInfo=array of TUserInfo;
PUserInfo=^AUserInfo;
function GetSession(Str:Pchar;Count:integer;separator:char=#255):PPs;stdcall;external 'General.dll';
//function GetUserInfo(AUserName,ALogined,ASex,AHandle,AID:Pchar):AUserInfo;stdcall;external 'General.dll';
implementation
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -