This function compares two strings in the OS-default character set to determine whether the strings are equal.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
BOOLEAN NdisEqualString( IN PNDIS_STRING String1,
IN PNDIS_STRING String2, IN BOOLEAN CaseInsensitive );
Returns TRUE if the two strings are equal.
For Windows CE drivers, a string of type NDIS_STRING is a counted, 0-terminated Unicode string.
A driver that calls this function runs at IRQL PASSIVE_LEVEL.