INFO: Using NdisReadConfiguration with NdisParameterMultiString

ID: Q195392


The information in this article applies to:


SUMMARY

When you use the NdisReadConfiguration() with NdisParameterMultiString, as an NDIS_PARAMETER_TYPE, to load more than one REG_MULTI_SZ type strings of Windows NT Registry, a value that is always and only the first string is returned.


MORE INFORMATION

You have to work around this to read all the strings that need to be read. Basically, you have to continue to read the registry information until there is no more information listed under this parameter. You have to read each and every line in this parameter to retrieve all the information. The aforementioned call only reads the first line of the parameter.


Keywords          : kbDDK kbNDIS kbNTOS400 
Version           : 
Platform          : 
Issue type        : kbinfo 

Last Reviewed: March 6, 1999