AllocateLocallyUniqueId method

int AllocateLocallyUniqueId(
  1. Pointer<LUID> Luid
)

Implementation

int AllocateLocallyUniqueId(
  ffi.Pointer<LUID> Luid,
) {
  return _AllocateLocallyUniqueId(
    Luid,
  );
}