Hello, everyone. I'm a beginner of WDF, and try to develop a driver of our 1394b device. Now, i'm debugging the sample project supplied by Microsoft. This project can simulate virtual 1394b device. However, i can not implement the ALLOCATE_ADDRESS_RANGE
function. The error is "AllocateAddressRange failed= 0xC000000d(STATUS_INVALID PARAMETER)".
i'm remote debugging the code using VS2012 and WDK8.0.
Thanks a lot for your kindly help.