Hi,
1. My question is how to call CreateBusAccessHandle(...) in WinCE miniport
driver's MiniportInitialize(...).
CreateBusAccessHandle(...) is to create a handle used to access bus
information for example PCI BUS. But it need an input parameter
lpActiveRegPath which is commonly provided in xxx_Init(...)'s parameters in a
CE stream driver. But the parameter list of MiniportInitialize(...) doesn't
include that lpActiveRegPath, so how to get a correct lpActiveRegPath value
to input into CreateBusAccessHandl(...) ?