OS2::WinObject

Perl extension for access the subset of Win* API for dealing with WPS objects
Download

OS2::WinObject Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ilya Zakharevich
  • Publisher web site:
  • http://search.cpan.org/~ni-s/

OS2::WinObject Tags


OS2::WinObject Description

Perl extension for access the subset of Win* API for dealing with WPS objects OS2::WinObject is a Perl module to access the subset of Win* API for dealing with WPS objects.Most reasonable things to do with WPS objects require access via the SOM/DSOM subsystem. However, Win* API contains some (very primitive) means to deal with objects via their handles, delegating the actual work to WPS.When choosing these functions, the principal target was completeness; many of these function are useless except in extremely bizzare circumstances.SYNOPSIS use OS2::WinObject ':all'; $desktop = QueryObject ''; OpenObject $desktop, OPEN_SETTINGS, 1 or die "Can't open DESKTOP settings notebook: $!"; $w = SysValue 'CXSCREEN'; ($x,$y,$w,$h,$fl,$b,$s) = WindowPos QueryDesktopWindow; $p = ActiveDesktopPathname; $p = ObjectPath $desktop; Requirements: · Perl


OS2::WinObject Related Software