NdisEqualAnsiString (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

BOOLEAN NdisEqualAnsiString(
  PNDIS_STRING String1,
  PNDIS_STRING String2,
  BOOLEAN CaseInSensitive
);

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 Value

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

Requirements

Header ndis.h
Library ndis.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Note NdisEqualUnicodeString | NdisEqualString

See Also

Reference

NDIS Library Functions
NdisEqualUnicodeString
NdisEqualString