Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Warning
This function is for system use only.
Syntax
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
);
Parameters
[in] BusIdentifier
For system use only.
[in] BusDeviceObject
For system use only.
[in] PhysicalDeviceObject
For system use only.
[in, optional] PnpDeviceObject
For system use only.
[in, optional] InterfaceGuid
For system use only.
[in, optional] ServiceRelativePath
For system use only.
Return value
For system use only.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | swenum.h (include Swenum.h) |
Library | Ks.lib |