This code might slow down a reboot, but won't prevent it.
Using DDT with PB 9 on XP SP3. If TCP transfer is in progress
it is halted (which is what I'm trying to complete.)
Using DDT with PB 9 on XP SP3. If TCP transfer is in progress
it is halted (which is what I'm trying to complete.)
Code:
CALLBACK FUNCTION MyCallBack() SELECT CASE AS LONG CBMSG CASE %WM_QUERYENDSESSION PostQuitMessage 0 FUNCTION = %TRUE ' don't allow default action 'BEEP 'PostQuitMessage 0 'PostMessage CBHNDL, %WM_USER + 2049, 0, 0 'DoNotEnd
Comment