This function returns a handle for the HKEY_LOCAL_MACHINE\Comm\ProtocolName\Parms registry key.
Header file: | Ndis.h |
Windows CE versions: | 2.0 and later |
VOID NdisOpenProtocolConfiguration( OUT PNDIS_STATUS Status,
OUT PNDIS_HANDLE ConfigurationHandle,
IN PNDIS_STRING ProtocolSection );
For NDIS drivers that have a ProtocolBindAdapter function, this pointer is the SystemSpecific1 input parameter to that function.
Currently, the Windows CE version of this function is a stub that 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, this function may be developed more fully.