NdisEqualString

NdisEqualString compares two strings, in the OS-default character set, to determine whether they are equal.

Syntax

BOOLEAN NdisEqualString(IN PNDIS_STRING String1,
IN PNDIS_STRING String2, IN BOOLEAN CaseInsensitive);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit