KsCreateBusEnumObject - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-swenum-kscreatebusenumobject)

Description

[!WARNING] This function is for system use only.

Parameters

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.

Return value

For system use only.