DeviceClass_SecuritySDS static method

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

Implementation

static Pointer<PROPERTYKEY> DeviceClass_SecuritySDS({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
        1126273419,
        63134,
        18189,
        5463529110985629349,
      )
      ..ref.pid = 26;