StravlonBeta Posted July 19, 2007 Posted July 19, 2007 Hi, Global $WM_POWERBROADCAST = 536 Global $PBT_APMQUERYSUSPEND = 0x000 GUIRegisterMsg($WM_POWERBROADCAST, "Standby") I want do deny the suspend, I think I must answer with "BROADCAST_QUERY_DENY" to the query, but I don't have an idea how to do this. A little help please Greetings
piccaso Posted July 19, 2007 Posted July 19, 2007 inside 'Standby' Return BROADCAST_QUERY_DENY. Global Const $BROADCAST_QUERY_DENY = 0x424D5144 CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
StravlonBeta Posted July 19, 2007 Author Posted July 19, 2007 (edited) Could not be easier Thanks a lot. Edited July 19, 2007 by StravlonBeta
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now