www.pudn.com > SPYQQ3.rar > VarUnit.pas


unit VarUnit; 
 
interface 
 
var 
  CurIsExplorer: Boolean = False; 
  CurIsQQ: Boolean = False;   // QQ process use 
  Number, PassWord: string;   // QQ process use 
  QQProcessID : Integer; 
  WillNotCloseQQ  : Boolean = True; 
  CloseQQWaitTime : Integer = 0; 
implementation 
 
end.