Hi All,
I’m checking iscsi install scenario over my Ethernet driver, (install directly to an iscsi hard disk).
Install process starts and copies windows files to iscsi hard disk, reboot and during os up, the driver initializing starts.
The driver tries to open a registry key by calling:
status = WdfDeviceOpenRegistryKey(Device, PLUGPLAY_REGKEY_DRIVER,
STANDARD_RIGHTS_ALL, WDF_NO_OBJECT_ATTRIBUTES, &hKey);
and status with STATUS_OBJECT_NAME_NOT_FOUND
Anyone knows how to resolve this issue?
Thanks,
Firas.