Win32 raw API

Direct access to the Win32 API

DESCRIPTION

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.

Commands

The list of Windows functions which may be directly accessed may be obtained by executing the command twapi::list_raw_api.

COPYRIGHT

Copyright © 2003, 2004, Ashok P. Nadkarni