BOOLEAN
AlGetString(
OUT PCHAR String,
IN ULONG StringLength
);
Routine Description:
This routine reads a string from standardin until a
carriage return or escape is found or StringLength is reached.
Arguments:
String - Supplies a pointer to where the string will be stored.
StringLength - Supplies the Max Length to read.
Return Value:
FALSE if user pressed esc, TRUE otherwise.