| Win32-Process-Critical documentation | view source | Contained in the Win32-Process-Critical distribution. |
Win32::Process::Critical - Prevent interupt by setting your program as critical progress
use Win32::Process::Critical; SetIsCritic(); #Privileges Needed #Do something here but DO NOT DIE HERE SetNotCritic();
Prevent interupt by setting your program as critical progress
SetIsCritic() SetNotCritic()
demo/Demo.pl my Mail: <rootkwok <AT> cpan <DOT> org>
Baggio, Kwok Lok Chung <rootkwok <AT> cpan <DOT> org>
Copyright (C) 2009 by Baggio Kwok Lok Chung
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
| Win32-Process-Critical documentation | view source | Contained in the Win32-Process-Critical distribution. |