Device_BusReportedDeviceDesc static method

Pointer<PROPERTYKEY> Device_BusReportedDeviceDesc({
  1. Allocator allocator = calloc,
})

Implementation

static Pointer<PROPERTYKEY> Device_BusReportedDeviceDesc({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          1410045054, 35648, 17852, -6720130917481143640)
      ..ref.pid = 4;