summaryrefslogtreecommitdiff
path: root/plugins/Watrack/popup/pop_vars.inc
blob: 2bbfce178b9db4b3c87db4e3cbf699b9aa72053c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{popup variables}
const
  ActionList:PPOPUPACTION=nil;
var
  PopTitle,
  PopText:pWideChar;
  PopRequest,
  PopUpFile:dword;
  PopUpColor:dword;
  PopUpFore,
  PopUpBack:cardinal;
  PopUpPause:cardinal;
  PopUpDelay:integer;
  PopUpAction:cardinal;
  PopUpButtons:cardinal;

  DisablePlugin:integer;
  IsPopup2Present:boolean;
  IsFreeImagePresent:boolean;
var
  hMenuInfo   :THANDLE;
  ssmi,sic,
  plStatusHook:THANDLE;
  PopupPresent:bool;
  onttbhook,
  opthook:THANDLE;
  ttbInfo:THANDLE;