次の方法で共有


BootDriverDeinit Function (Compact 2013)

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.

See Also

Concepts

Boot Driver Code