// cbDomain length: 0 bytes (LE) (NOT including size of mandatory NULL terminator)
buf.writeShortLE(domain.length);
// cbUserName length: 16 bytes (0x10, LE) (NOT including size of mandatory NULL terminator)
buf.writeShortLE(userName.length);
// cbPassword length: (LE) (NOT including size of mandatory NULL terminator)
buf.writeShortLE(password.length);
// cbAlternateShell: (LE) (NOT including size of mandatory NULL terminator)