blob: 0be12fd5e8546154004a8d97adbae7d95977ec9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{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;
PopupPresent:Bool;
ttbInfo :THANDLE;
|