ULONG
AlMatchArcNamToken(
IN PCHAR TokenValue,
IN TOKEN_TYPE TokenType
);
Routine Description:
This routine attempts to match a token with an array of possible
values.
Arguments:
TokenValue - Supplies a pointer to a zero terminated token value.
TokenType - Indicates which type of token we are dealing with
(AdapterType/ControllerType/PeripheralType)
Return Value:
If the token type is invalid, INVALID_TOKEN_TYPE is returned.
If a token match is not located, then a value INVALID_TOKEN_VALUE
is returned.
If a token match is located, then the ENUM value of the token is
returned.