Share via


NdisEqualAnsiString (Windows CE 5.0)

Send Feedback

This function compares two ANSI strings and returns whether they are equal.

BOOLEAN NdisEqualAnsiString(PNDIS_STRINGString1,PNDIS_STRINGString2,BOOLEANCaseInSensitive);

Parameters

  • String1
    [in] Points to the first ANSI string.
  • String2
    [in] Points to the second ANSI string.
  • CaseInSensitive
    [in] If TRUE, case should be ignored when doing the comparison.

Return Values

NdisEqualAnsiString returns TRUE if the two ANSI strings are equal, and FALSE if the two ANSI strings are not equal.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib
See Also

NdisEqualUnicodeString | NdisEqualString

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.