Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
This function compares two strings in the OS-default character set to determine whether the strings are equal.
Syntax
BOOLEAN NdisEqualString(
PNDIS_STRING String1,
PNDIS_STRING String2,
BOOLEAN CaseInsensitive
);
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 Value
Returns TRUE if the two strings are equal.
Requirements
Header |
ndis.h |
Library |
ndis.lib |
See Also
Reference
NDIS String Interface
MiniportInitializeEx
NdisInitializeString
NdisInitializeString
ProtocolBindAdapterEx