Device_DeviceDesc static method

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

Implementation

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