Device_Parent static method

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

Implementation

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