NdisOpenProtocolConfiguration

NdisOpenProtocolConfiguration returns a handle for the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services \NICDriverInstance\Parameters\ProtocolName registry key.

Syntax

VOID NdisOpenProtocolConfiguration(OUT PNDIS_STATUS Status,
OUT PNDIS_HANDLE ConfigurationHandle,
IN PNDIS_STRING ProtocolSection);

At a Glance

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

Remarks

The Windows CE version of NdisOpenProtocolConfiguration is a stub which exists to make existing code compile without error; it does no actual work. Current protocol stack implementations for Windows CE have their own means for obtaining configuration information. If that changes in later releases of Windows CE, then this function may be implemented further.