Windows API raw interface(n) "Windows API"

NAME

Windows API raw interface - Direct access to the Windows 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 cover the same functionality and provide a more convenient interface.

Commands

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

KEYWORDS

Win32 API raw access

COPYRIGHT

Copyright © 2003, Ashok P. Nadkarni