SetSystemTime method

int SetSystemTime(
  1. Pointer<SYSTEMTIME> lpSystemTime
)

Implementation

int SetSystemTime(
  ffi.Pointer<SYSTEMTIME> lpSystemTime,
) {
  return _SetSystemTime(
    lpSystemTime,
  );
}