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

typedef
BOOL
(CALLBACK WINNT32_PLUGIN_SETAUTOBOOT_ROUTINE_PROTOTYPE)(
int
);
typedef WINNT32_PLUGIN_SETAUTOBOOT_ROUTINE_PROTOTYPE * PWINNT32_PLUGIN_SETAUTOBOOT_ROUTINE;
/*++
Routine Description:
This routine is called by winnt32 in the case where installation is
finished all setup proccess..
Arguments:
int bDrvLetter
Return Value:
if ERROR, returned FALSE.
--*/
WINNT32_PLUGIN_SETAUTOBOOT_ROUTINE_PROTOTYPE Winnt32SetAutoBoot;
#define WINNT32_PLUGIN_SETAUTOBOOT_NAME "Winnt32SetAutoBoot"