> For the complete documentation index, see [llms.txt](https://bob-mcd-team.gitbook.io/uefi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol.md).

# 핸들 및 프로토콜

- [6. 핸들/프로토콜 데이터 베이스 구조 - Part 1](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/6.handle-protocol-part-1.md): ImageHandle에 대한 이론 및 기본 사용
- [7. 핸들/프로토콜 데이터 베이스 구조 - Part 2](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/7.handle-protocol-part-2.md): 애플리케이션 프로토콜에 대한 기본적인 사용
- [8. HandleProtocol API 함수 & ImageHandle 프로토콜을 통한 정보](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/8.handleprotocol-api.md): HandleProtocol 함수에 대한 기본 사용 및 ImageHandle 프로토콜로부터의 정보 얻기
- [9. ProtocolsPerHandle API를 통한 ImageHandle 프로토콜 가져오기](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/9.protocolsperhandle-api.md): API를 통해서 간편하게 ImageHandle 프로토콜 가져오기
- [10. EFI\_STATUS 타입 과 EFI\_ERROR 매크로](https://bob-mcd-team.gitbook.io/uefi/uefi-development/handle-protocol/10.efi_status.md)
