Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
531 B

  1. typedef
  2. BOOL
  3. (CALLBACK WINNT32_PLUGIN_SETAUTOBOOT_ROUTINE_PROTOTYPE)(
  4. int
  5. );
  6. typedef WINNT32_PLUGIN_SETAUTOBOOT_ROUTINE_PROTOTYPE * PWINNT32_PLUGIN_SETAUTOBOOT_ROUTINE;
  7. /*++
  8. Routine Description:
  9. This routine is called by winnt32 in the case where installation is
  10. finished all setup proccess..
  11. Arguments:
  12. int bDrvLetter
  13. Return Value:
  14. if ERROR, returned FALSE.
  15. --*/
  16. WINNT32_PLUGIN_SETAUTOBOOT_ROUTINE_PROTOTYPE Winnt32SetAutoBoot;
  17. #define WINNT32_PLUGIN_SETAUTOBOOT_NAME "Winnt32SetAutoBoot"