Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ executables. In addition, `InstallMultipleProtocolInterfaces()` provides more
extensive error checking than `InstallProtocolInterface()`, which allows
developers to catch coding errors sooner, and results in higher quality UEFI
Driver implementations. The main difference is that
`InstallMultipleProtocolInterfaces()` guarantees that a duplicate Device Path

Protocol is never be added to the Handle Database. _Section 3.9_ introduces the
`InstallMultipleProtocolInterfaces()` guarantees that a duplicate Device Path Protocol
is never be added to the Handle Database. _Section 3.9_ introduces the
concept of Device Paths and the requirement for them to be unique.

The `InstallMultipleProtocolInterfaces()` and `UninstallMultipleProtocolInterfaces()`
Expand Down
Loading