Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
BootDriverDeinit releases any memory that the boot driver used and deletes the handle of the boot driver by clearing it from memory.
The syntax is:
bool_t BootDriverDeinit ( handle_t hDriver );
BootDriverDeinit Function Input Parameters
Parameter |
Type |
Description |
|---|---|---|
hDriver |
handle_t |
A handle to the driver. |
This function returns TRUE if the operation was successful; otherwise, it returns FALSE.