Direct access to the Win32 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 provide an easier and more flexible interface in addition to hiding platform-specific differences.
The list of supported Windows functions may be obtained by executing the command twapi::list_raw_api.
Copyright © 2003-2010 Ashok P. Nadkarni