Remko Weijnen remkoweijnen.nl/blog Search posts…/

Programming

Delphi · Programming — from the archive

Terminal Server Internals

Hello, my name is Danila Galimov and i will write here sometimes :-) My first post is about communications …

·3 min read
Delphi · Programming — from the archive

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 …

·7 min read
Programming · Terminal Server — from the archive

How rdp passwords are encrypted 2

Several months ago I wrote about encrypting and decrypting RDP passwords. I left one thing open: encrypting …

·9 min read
Delphi · Programming — from the archive

Vista SP1 changes to Terminal Server API

In a previous article I wrote about changes in utildll in vista that breaked compatibality for Terminal …

·2 min read
Citrix · Delphi — from the archive

TSAdminEx Progress

I just wanted to show some of the progress that I made in development of TSAdminEx. I thought the best way …

·4 min read
Citrix · Delphi — from the archive

Using WTSWaitSystemEvent

If you develop an application for Terminal Server you might want to react on session events. This means that …

·2 min read
Citrix · Delphi — from the archive

Undocumented API's from Utildll

Several of Microsoft’s Terminal Server tools use undocumented API’s from Utildll.dll. For instance …

·1 min read
Citrix · Delphi — from the archive

Delphi and Terminal Server Aware

When an application is not Terminal Server aware (also known as a legacy application), Terminal Server makes …

·3 min read
Citrix · Programming — from the archive

More undocumented Terminal Server API's

I added some more undocumented API’s to my Jwawinsta unit, the unit is now becoming a collection of the …

·1 min read