Version History(n) "TWAPI Version History"
Version History - Tcl Windows API extension version history
- Added security module containing commands for
user/group management, resource protection,
access control, authorization
and impersonation
- Added network share module containing commands for configuration
of network shares
- Added command play_sound for basic audio playback
- Added command send_keys command
(clone of Visual Basic SendKeys using same syntax) for generating keystrokes
- Added command find_windows
- Added command get_logical_drives
- Added command get_drive_type
- Added command set_drive_volumename
- Added command get_mouse_location
- Added command get_computer_netbios_name
- INCOMPATIBLE CHANGE Changed parameters and return format
for get_process_modules.
- INCOMPATIBLE CHANGE Changed the -machine and -display_name
options in the services module to -system and -displayname
for consistency with other modules.
- INCOMPATIBLE CHANGE Several commands that used to return
multiple values in fieldname value format have been
changed so that the fieldname matches the option
specified to retrieve the field (to include the - prefix).
These commands include get_device_drivers, get_process_info,
get_disk_info, get_user_account_info, lookup_account_name
- INCOMPATIBLE CHANGE get_service_configuration options
and return format has changed.
- INCOMPATIBLE CHANGE The return values from the commands
start_service, stop_service,
pause_service, resume_service and interrogate_service have
changed. Moreover, start_service and stop_service will no
longer throw an exception if the service is already running or stopped
respectively.
- Allow window styles to be expressed as symbols in addition to
bitmasks
- The commands start_service, stop_service,
pause_service, resume_service now take an additional -wait option.
Copyright © 2003, 2004, Ashok P. Nadkarni