DeviceClass_Exclusive static method

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

Implementation

static Pointer<PROPERTYKEY> DeviceClass_Exclusive({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          1126273419, 63134, 18189, 5463529110985629349)
      ..ref.pid = 28;