Device_BusRelations static method

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

Implementation

static Pointer<PROPERTYKEY> Device_BusRelations({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          1128310469, 37882, 18182, -6366673150683698025)
      ..ref.pid = 7;