Windows API raw interface - Direct access to the Windows API
The Windows API may be directly accessed by Tcl commands that map to Windows functions. This interface is not documented in the TWAPI documentation. Refer to the Microsoft Windows SDK for a description of the functions and parameters.
It is recommended that the higher level documented TWAPI Tcl functions be used instead. These cover the same functionality and provide a more convenient interface.
The list of Windows functions which may be directly accessed may be obtained by executing the command twapi::list_raw_api.
Win32 API raw access
Copyright © 2003, Ashok P. Nadkarni