NdisInitializeString allocates storage for and initializes a counted string in the system-default character set.
VOID NdisInitializeString(IN OUT PNDIS_STRING DestinationString,
IN PUCHAR SourceString);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |