AllocateLocallyUniqueId method

int AllocateLocallyUniqueId(
  1. Pointer<PLUID> Luid
)

Implementation

int AllocateLocallyUniqueId(
  ffi.Pointer<PLUID> Luid,
) {
  return (_AllocateLocallyUniqueId ??= _dylib.lookupFunction<
      _c_AllocateLocallyUniqueId,
      _dart_AllocateLocallyUniqueId>('AllocateLocallyUniqueId'))(
    Luid,
  );
}