Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.