גאבור סבו - Gábor Szabó > Padre > Padre::Util::Win32

Download:
Padre-0.50.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.50   Source   Latest Release: Padre-0.52

NAME ^

Padre::Util::Win32 - Padre Win32 Utility Functions

DESCRIPTION ^

The Padre::Util::Win32 package is a internal storage area for miscellaneous functions that aren't really Padre-specific that we want to throw somewhere convenient so they won't clog up task-specific packages.

All functions are exportable and documented for maintenance purposes, but except for in the Padre core distribution you are discouraged in the strongest possible terms from using these functions, as they may be moved, removed or changed at any time without notice.

FUNCTIONS ^

GetLastError

  Padre::Util::Win32::GetLastError;

Returns the error code of the last WIN32-API - call.

The list of error codes could be found at http://msdn.microsoft.com/en-us/library/ms681381(VS.85).aspx

COPYRIGHT ^

Copyright 2008-2009 The Padre development team as listed in Padre.pm.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.