NdisEqualString (Windows CE 5.0)
This function compares two strings in the OS-default character set to determine whether the strings are equal.
BOOLEANNdisEqualString(PNDIS_STRINGString1,PNDIS_STRINGString2,BOOLEANCaseInsensitive);
Parameters
- String1
[in] Pointer to the first string. - String2
[in] Pointer to the second string. - CaseInsensitive
[in] Specifies TRUE if case should be ignored when doing the comparison.
Return Values
Returns TRUE if the two strings are equal.
Remarks
For Windows CE drivers, a string of type NDIS_STRING is a counted, 0-terminated Unicode string.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also
Send Feedback on this topic to the authors