Working with bitfields in Delphi
Recently I needed to convert a C header file to Delphi which contained bitfields. Let’s take a look at a …
Recently I needed to convert a C header file to Delphi which contained bitfields. Let’s take a look at a …
In a previous article I wrote about changes in utildll in vista that breaked compatibality for Terminal …
For my Terminal Server unit in the Jedi Security library I use 2 TObjectList descendants to hold a list of …
I just wanted to show some of the progress that I made in development of TSAdminEx. I thought the best way …
If you develop an application for Terminal Server you might want to react on session events. This means that …
Several of Microsoft’s Terminal Server tools use undocumented API’s from Utildll.dll. For instance …
When an application is not Terminal Server aware (also known as a legacy application), Terminal Server makes …
It has been a little silent on the JEDI Apilib project lately, but this will change! We had some change in the …
When a client is connected to a Terminal Server Session you can use the Terminal Server API to retrieve the …
You will probably know Microsofts Tool to Manage Terminal Server, it’s called Terminal Services Manager …