registry path of ndis IM dirver

Hello, In the PtBindAdapter function of IM driver , NdisOpenProtocolConfiguration or NdisOpenConfigurationEx is generally used to query registry . But what is the real path for querying in HKLM ?

On May 6, 2017, at 8:37 PM, xxxxx@nrec.com wrote:

Hello, In the PtBindAdapter function of IM driver , NdisOpenProtocolConfiguration or NdisOpenConfigurationEx is generally used to query registry . But what is the real path for querying in HKLM ?

The NDIS APIs are abstract, because NDIS drivers can run on operating systems that don’t even have registries. If you need HKLM, you’ll have to go outside of NDIS, like RtlQueryRegistryValues.

Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.