NbtAppendString(
IN PWSTR FirstString,
IN PWSTR SecondString,
OUT PUNICODE_STRING pucString
);
Routine Description:
This routine is called to append the second string to the first string.
It allocates memory for this, so the caller must be sure to free it.
Arguments:
Return Value:
None.