Search found 1 match

by gburanov
Thu Feb 18, 2010 1:58 pm
Forum: Development Help
Topic: EFI investigation
Replies: 1
Views: 4692

EFI investigation

Hello everybody. I am not really sure if it is a right place to ask, but still I try. I am investigating UEFI for Windows, and I need simple task: Add/Delete/Enumerate Firmware Entries. I found out following code here: // // Firmware Boot Entry // typedef struct _BOOT_ENTRY { ULONG Version; ULONG Le...