Device_Legacy static method

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

Implementation

static Pointer<PROPERTYKEY> Device_Legacy({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          2152296704, 35955, 18617, 7981813944493726122)
      ..ref.pid = 3;