File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ typedef union _BCD_OBJECT_DATATYPE
314
314
{
315
315
BCD_APPLICATION_OBJECT_TYPE ApplicationType : 20 ;
316
316
BCD_APPLICATION_IMAGE_TYPE ImageType : 4 ;
317
- ULONG Reserved : 8 ;
317
+ ULONG Reserved : 4 ;
318
318
ULONG ObjectType : 4 ;
319
319
} Application ;
320
320
struct
@@ -905,6 +905,7 @@ typedef enum BcdLibrary_SafeBoot
905
905
SafemodeDsRepair = 2
906
906
} BcdLibrary_SafeBoot ;
907
907
908
+ // BcdLibraryElementTypes based on geoffchappell: https://www.geoffchappell.com/notes/windows/boot/bcd/elements.htm (dmex)
908
909
typedef enum _BcdLibraryElementTypes
909
910
{
910
911
/// <summary>
@@ -1457,6 +1458,7 @@ typedef enum _BcdOSLoader_BootStatusPolicy
1457
1458
BootStatusPolicyDisplayCheckpointFailures = 7
1458
1459
} BcdOSLoaderBootStatusPolicy ;
1459
1460
1461
+ // BcdOSLoaderElementTypes based on geoffchappell: https://www.geoffchappell.com/notes/windows/boot/bcd/elements.htm (dmex)
1460
1462
typedef enum _BcdOSLoaderElementTypes
1461
1463
{
1462
1464
/// <summary>
You can’t perform that action at this time.
0 commit comments