The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Win32::Process::Critical - Prevent interupt by setting your program as critical progress

SYNOPSIS

  use Win32::Process::Critical;
  SetIsCritic(); #Privileges Needed
  #Do something here but DO NOT DIE HERE
  SetNotCritic();

DESCRIPTION

        Prevent interupt by setting your program as critical progress

EXPORT

        SetIsCritic()
        SetNotCritic()

SEE ALSO

        my Mail: L<rootkwok@cpan.org>
        Install Win32::Process::Critical with PPM:
        ppm install http://sites.google.com/site/lokchungk/mod/Win32-Process-Critical.ppd?attredirects=0

AUTHOR

Baggio, Kwok Lok Chung rootkwok@cpan.org

COPYRIGHT AND LICENSE

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.