FunctionInstance static method

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

Implementation

static Pointer<PROPERTYKEY> FunctionInstance({
  Allocator allocator = calloc,
}) =>
    allocator<PROPERTYKEY>()
      ..ref.fmtid.setGUIDFromComponents(
          146850387, 41300, 18246, -8425083353920567920)
      ..ref.pid = 1;