Searched defs:DestroyChild (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DServiceBinding.h56 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
81 /// in CreateChild() and removing protocols in DestroyChild(). It is also required
83 /// to establish the parent-child relationship, and closes the protocol in DestroyChild().
84 /// The pseudo code for CreateChild() and DestroyChild() is provided to specify the
87 /// protocol and calling DestroyChild() when it is finished with that protocol.
91 EFI_SERVICE_BINDING_DESTROY_CHILD DestroyChild; member in struct:_EFI_SERVICE_BINDING_PROTOCOL

Completed in 35 milliseconds