home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 February
/
PCWorld_1999-02_cd.bin
/
temacd
/
HotKeys
/
HKRESTRT.DPR
< prev
next >
Wrap
Text File
|
1998-08-24
|
160b
|
8 lines
program Hkrestrt;
function ExitWindows(ReturnCode: LongInt; Reserved: Word): WordBool; far; external 'USER' index 7;
begin
ExitWindows($42, 0);
end.