Device_SafeRemovalRequired static method

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

Implementation

static Pointer<PROPERTYKEY> Device_SafeRemovalRequired({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          2950264384, 34467, 16912, 6178562937568394422)
      ..ref.pid = 2;