Device_BIOSVersion static method

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

Implementation

static Pointer<PROPERTYKEY> Device_BIOSVersion({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          3941498653, 27187, 17617, -7479930469608373868)
      ..ref.pid = 9;