ReactOS 0.4.15-dev-6712-g46b4b55
|
#include "ndissys.h"
Go to the source code of this file.
NDIS_STATUS EXPORT NdisAnsiStringToUnicodeString | ( | IN OUT PNDIS_STRING | DestinationString, |
IN PANSI_STRING | SourceString | ||
) |
Definition at line 21 of file string.c.
BOOLEAN EXPORT NdisEqualString | ( | IN PNDIS_STRING | String1, |
IN PNDIS_STRING | String2, | ||
IN BOOLEAN | CaseInsensitive | ||
) |
Definition at line 49 of file string.c.
Definition at line 101 of file string.c.
Referenced by GetConfigurationEntry().
Definition at line 130 of file string.c.
Referenced by MiniportInitialize(), NdisIPnPStartDevice(), NdisReadNetworkAddress(), ParaNdis_DebugInitialize(), and QueryInteger().
NDIS_STATUS EXPORT NdisUnicodeStringToAnsiString | ( | IN OUT PANSI_STRING | DestinationString, |
IN PNDIS_STRING | SourceString | ||
) |
Definition at line 154 of file string.c.
NTSTATUS EXPORT NdisUpcaseUnicodeString | ( | OUT PUNICODE_STRING | DestinationString, |
IN PUNICODE_STRING | SourceString | ||
) |
Definition at line 182 of file string.c.