Searched refs:DeviceInterfaceLink (Results 1 – 2 of 2) sorted by relevance
1601 …viceInterface(PhysicalDeviceObject, InterfaceGuid, NULL, &BusDeviceExtension->DeviceInterfaceLink); in KsCreateBusEnumObject()1613 Status = IoSetDeviceInterfaceState(&BusDeviceExtension->DeviceInterfaceLink, TRUE); in KsCreateBusEnumObject()1659 if (BusDeviceExtension->DeviceInterfaceLink.Buffer) in KsCreateBusEnumObject()1661 IoSetDeviceInterfaceState(&BusDeviceExtension->DeviceInterfaceLink, FALSE); in KsCreateBusEnumObject()1662 RtlFreeUnicodeString(&BusDeviceExtension->DeviceInterfaceLink); in KsCreateBusEnumObject()1688 if (BusDeviceExtension->DeviceInterfaceLink.Buffer) in KsCreateBusEnumObject()1690 IoSetDeviceInterfaceState(&BusDeviceExtension->DeviceInterfaceLink, FALSE); in KsCreateBusEnumObject()1691 RtlFreeUnicodeString(&BusDeviceExtension->DeviceInterfaceLink); in KsCreateBusEnumObject()
212 UNICODE_STRING DeviceInterfaceLink; member