[bb] newstart-requester with winapi by MPZ [ 1+ years ago ]

Started by BlitzBot, June 29, 2017, 00:28:43

Previous topic - Next topic

BlitzBot

Title : newstart-requester with winapi
Author : MPZ
Posted : 1+ years ago

Description : This program starts the newstart requester of WIN ME/XP/W2000

Code :
Code (blitzbasic) Select
; This Procedure is for free MPZ (@) from Berlin
; Version 0.1 12/2004
;
; This works only with ME/XP/W2000 NOT WIN9x
;
; Write the following files in the blitz/userlibs

; file with name "setupapi.decl" and the content:
; .lib "setupapi.dll"
; api_SetupPromptReboot (FileQueue%, Owner%, ScanOnly%) : "SetupPromptReboot"

; This program starts the newstart requester of WIN ME/XP/W2000


api_SetupPromptReboot (0,0,0)
End


Comments : none...