NdisEqualString compares two strings, in the OS-default character set, to determine whether they are equal.
BOOLEAN NdisEqualString(IN PNDIS_STRING String1,
IN PNDIS_STRING String2, IN BOOLEAN CaseInsensitive);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |