GetSystemLeapSecondInformation method

int GetSystemLeapSecondInformation(
  1. Pointer<Int32> Enabled,
  2. Pointer<Uint64> Flags
)

Implementation

int GetSystemLeapSecondInformation(
  ffi.Pointer<ffi.Int32> Enabled,
  ffi.Pointer<ffi.Uint64> Flags,
) {
  return _GetSystemLeapSecondInformation(
    Enabled,
    Flags,
  );
}