srebooth.inc 414 B

1234567891011121314151617
  1. const
  2. RB_AUTOBOOT = $01234567;
  3. RB_HALT_SYSTEM = $cdef0123;
  4. RB_ENABLE_CAD = $89abcdef;
  5. RB_DISABLE_CAD = 0;
  6. RB_POWER_OFF = $4321fedc;
  7. function reboot(__howto:longint):longint;cdecl;external clib name 'reboot';
  8. { ---------------------------------------------------------------------
  9. Borland compatibility types
  10. ---------------------------------------------------------------------}
  11. // Type