Skip to content

Commit b149de7

Browse files
committed
Update ntbcd.h
1 parent 0cab0dc commit b149de7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phnt/include/ntbcd.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ typedef union _BCD_OBJECT_DATATYPE
314314
{
315315
BCD_APPLICATION_OBJECT_TYPE ApplicationType : 20;
316316
BCD_APPLICATION_IMAGE_TYPE ImageType : 4;
317-
ULONG Reserved : 8;
317+
ULONG Reserved : 4;
318318
ULONG ObjectType : 4;
319319
} Application;
320320
struct
@@ -905,6 +905,7 @@ typedef enum BcdLibrary_SafeBoot
905905
SafemodeDsRepair = 2
906906
} BcdLibrary_SafeBoot;
907907

908+
// BcdLibraryElementTypes based on geoffchappell: https://www.geoffchappell.com/notes/windows/boot/bcd/elements.htm (dmex)
908909
typedef enum _BcdLibraryElementTypes
909910
{
910911
/// <summary>
@@ -1457,6 +1458,7 @@ typedef enum _BcdOSLoader_BootStatusPolicy
14571458
BootStatusPolicyDisplayCheckpointFailures = 7
14581459
} BcdOSLoaderBootStatusPolicy;
14591460

1461+
// BcdOSLoaderElementTypes based on geoffchappell: https://www.geoffchappell.com/notes/windows/boot/bcd/elements.htm (dmex)
14601462
typedef enum _BcdOSLoaderElementTypes
14611463
{
14621464
/// <summary>

0 commit comments

Comments
 (0)