DeviceDisplay_IsLocalMachine static method

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

Implementation

static Pointer<PROPERTYKEY> DeviceDisplay_IsLocalMachine({
  Allocator allocator = calloc,
}) => allocator<PROPERTYKEY>()
  ..ref.fmtid.setGUIDFromComponents(
    2026065864,
    4170,
    19146,
    6300141507501532318,
  )
  ..ref.pid = 70;