// hidspicx.h
NTSTATUS HidSpiCxDeviceInitConfig(
PWDFDEVICE_INIT DeviceInit
);
View the official Windows Driver Kit DDI referenceNo description available.
The client driver must call HidSpiCxDeviceInitConfig in its EVT_WDF_DRIVER_DEVICE_ADD callback, before calling WdfDeviceCreate.
DeviceInitA pointer to a WDFDEVICE_INIT object that the client received in its EVT_WDF_DRIVER_DEVICE_ADD routine.
NTSTATUS indicating whether the class extension was able to successfully initialize the structure.
The class extension initializes private Plug-and-Play and power hooks for the device.