WCN_VendorExtension static method

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

Implementation

static Pointer<PROPERTYKEY> WCN_VendorExtension({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          2283342730, 18052, 4570, -9111177101523785054)
      ..ref.pid = 14;