To use this module put the following line at the beginning of your script: use Win32::API; You can now use the "new()" function of the Win32::API module to create a new Win32::API::More object (see "IMPORTING A FUNCTION") and then invoke the "Call()"...
BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTCSimple package to hold Win32::API test suite helper functions. No more, no less....
BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTCThis module is automatically imported by Win32::API, so you don't need to 'use' it explicitly. These are the methods of this package: "typedef NAME, TYPE" This method defines a new type named "NAME". This actually just creates an alias for the alread...
BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTCThis module is automatically imported by Win32::API, so you don't need to 'use' it explicitly. The main methods are "typedef" and "new", which are documented below. "typedef NAME, TYPE, MEMBER, TYPE, MEMBER, ..." This method defines a structure named...
BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTCBULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTC
This module provides functions for generating a object oriented interface to Win32 API functions....
ESSKAR/Win32-API-Interface-0.03 - 08 Aug 2006 22:58:37 UTCGIULIENK/Audio-Beep-0.11 - 14 Apr 2004 08:16:09 UTC
Wrapper for the OutputDebugString Win32 API. It contains two identical functions (OutputDebugString and DStr) which join their args an send them to the eponymous Win32 Api. DStr is meant to just save some typing. EXPORT None by default. Exportable fu...
ALFO/Win32-API-OutputDebugString-0.03 - 27 Nov 2001 11:51:25 UTCBULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTC
Interface to Win32 IP Router Configuration useful functions, needed to translate a Friendly Name (like *"Local Area Connection")* into a GUID (like *"{88CE272F-847A-40CF-BFBA-001D9AD97450}"*) and vice-versa. This module covers only a small subset of ...
LMASARA/Win32-MprApi-0.02 - 03 Mar 2003 11:19:47 UTCThe Win32 module contains functions to access Win32 APIs. Alphabetical Listing of Win32 Functions It is recommended to "use Win32;" before any of these functions; however, for backwards compatibility, those marked as [CORE] will automatically do this...
JDB/Win32-0.54 - 28 Mar 2020 06:31:44 UTCThis module is a simple interface to the Microsoft Speech API 4.0. It just offers 6 constructors to the different parts of this API, along with a few utility methods for the VoiceText class. This documentation won't offer the complete documentation f...
JOUKE/Win32-SAPI4-0.08 - 03 Jun 2005 08:51:09 UTCThis module is a simple interface to the Microsoft Speech API 5.1 There are interfaces to all classes that this API consists of. The constructors return Win32::OLE objects, on which you can call all methods and get/set all properties. This documentat...
JOUKE/Win32-SAPI5-0.05 - 03 Jun 2005 08:53:14 UTCWindows 2000 introduced the concept of a "job": a collection of processes which can be controlled as a single unit. For example, you can reliably kill a process and all of its children by launching the process in a job, then telling Windows to kill a...
JDB/Win32-Job-0.05 - 28 Nov 2013 22:50:34 UTCThis module is loaded by the other Win32 synchronization modules. You shouldn't need to load it yourself. It supplies the wait functions to those modules. The synchronization modules are Win32::ChangeNotify, Win32::Event, Win32::Mutex, & Win32::Semap...
CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC