summaryrefslogtreecommitdiff
path: root/plugins/Watrack/popup/pop_vars.inc
blob: 4a845aaadcdd66821d8cedeafdb768ca12834910 (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;