In EDK II sources, we have found that EFIAPI should be used for the following
types of functions:
1) UEFI public interfaces
2) Varargs functions, even if they are not a UEFI public interface.
3) Public library function implementations. This forces a specific calling
convention, so if a library
Hi, Eric,
For HashLogExtendEvent() function, you need to provide the EventLogLastEntry
parameter even if you don't care about this. The function will check if this is
NULL. (*EventNumber could be NULL here.)
Please try:
..
EFI_PHYSICAL_ADDRESS LastEntry;
..
HashLogExtendEvent(&tcg, (UIN