// Working directory: (UCS2), see cbWorkingDir
buf.writeBytes(workingDir);
buf.writeShort(0);
// Client address family: 2 (AF_INET, LE)
buf.writeShortLE(2);
// cbClientAddress: ( LE) (including the size of the mandatory NULL terminator)
buf.writeShortLE(clientAddress.length + 2);
// Client address: (UCS2)