// swenum.h
KSDDKAPI NTSTATUS KsCreateBusEnumObject(
[in] PWSTR BusIdentifier,
[in] PDEVICE_OBJECT BusDeviceObject,
[in] PDEVICE_OBJECT PhysicalDeviceObject,
[in, optional] PDEVICE_OBJECT PnpDeviceObject,
[in, optional] REFGUID InterfaceGuid,
[in, optional] PWSTR ServiceRelativePath
);
View the official Windows Driver Kit DDI referenceNo description available.
[!WARNING] This function is for system use only.
BusIdentifier [in]For system use only.
BusDeviceObject [in]For system use only.
PhysicalDeviceObject [in]For system use only.
PnpDeviceObject [in, optional]For system use only.
InterfaceGuid [in, optional]For system use only.
ServiceRelativePath [in, optional]For system use only.
For system use only.