Device_Class static method

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

Implementation

static Pointer<PROPERTYKEY> Device_Class({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          2757502286, 57116, 20221, -2283139988962467712)
      ..ref.pid = 9;