Wrapping the Terminal Services API for Visual Basic
Published: November 12, 2002
By Alex Angelopoulos
Summary
This article by one of our MVPs, Alex K. Angelopoulos, covers how to wrap the Terminal Services API for Visual Basic. It includes a description of the programming environment, and describes the steps needed to successfully connect and disconnect a Terminal Service session.
Included in this document:
| • | Programming Environment |
| • | Finding the API Declaration |
| • | Translating the API Declaration into Visual Basic |
| • | Writing a Scriptable DLL |