NdisReadConfiguration returns the value of a named entry of the specified type from the registry, given the handle to an open registry key.
VOID NdisReadConfiguration(OUT PNDIS_STATUS Status,
OUT PNDIS_CONFIGURATION_PARAMETER *ParameterValue,
IN NDIS_HANDLE ConfigurationHandle, IN PNDIS_STRING Keyword,
IN NDIS_PARAMETER_TYPE ParameterType);
Header File: | Ndis.h |
Module: | Nk |
Platforms: | |
Versions: | 2.0 and later |
Complete Documentation: | Windows NT Device Driver Kit |