Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 469 of file swenum.c.
Referenced by KspInstallInterface(), and KspScanBus().
{ OBJECT_ATTRIBUTES ObjectAttributes; /* initialize object attributes */ InitializeObjectAttributes(&ObjectAttributes, &BusDeviceExtension->ServicePath, OBJ_KERNEL_HANDLE | OBJ_CASE_INSENSITIVE, NULL, NULL); return ZwCreateKey(hKey, GENERIC_READ | GENERIC_WRITE, &ObjectAttributes, 0, NULL, 0, NULL); }