We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeb70e commit c687371Copy full SHA for c687371
reactos/boot/environ/lib/misc/image.c
@@ -921,6 +921,17 @@ BlpPdParseReturnArguments (
921
return STATUS_NOT_IMPLEMENTED;
922
}
923
924
+NTSTATUS
925
+ImgArchEfiStartBootApplication (
926
+ _In_ PBL_APPLICATION_ENTRY AppEntry,
927
+ _In_ PVOID ImageBase,
928
+ _In_ ULONG ImageSize,
929
+ _In_ PBL_RETURN_ARGUMENTS ReturnArguments
930
+ )
931
+{
932
+ return STATUS_NOT_IMPLEMENTED;
933
+}
934
+
935
NTSTATUS
936
BlImgStartBootApplication (
937
_In_ ULONG AppHandle,
0 commit comments