File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -1032,6 +1032,35 @@ typedef struct tagDATABLOCKHEADER
1032
1032
DWORD dwSignature ;
1033
1033
} DATABLOCK_HEADER , * LPDATABLOCK_HEADER , * LPDBLIST ;
1034
1034
1035
+ typedef struct {
1036
+ DATABLOCK_HEADER dbh ;
1037
+ WORD wFillAttribute ;
1038
+ WORD wPopupFillAttribute ;
1039
+ COORD dwScreenBufferSize ;
1040
+ COORD dwWindowSize ;
1041
+ COORD dwWindowOrigin ;
1042
+ DWORD nFont ;
1043
+ DWORD nInputBufferSize ;
1044
+ COORD dwFontSize ;
1045
+ UINT uFontFamily ;
1046
+ UINT uFontWeight ;
1047
+ WCHAR FaceName [LF_FACESIZE ];
1048
+ UINT uCursorSize ;
1049
+ BOOL bFullScreen ;
1050
+ BOOL bQuickEdit ;
1051
+ BOOL bInsertMode ;
1052
+ BOOL bAutoPosition ;
1053
+ UINT uHistoryBufferSize ;
1054
+ UINT uNumberOfHistoryBuffers ;
1055
+ BOOL bHistoryNoDup ;
1056
+ COLORREF ColorTable [16 ];
1057
+ } NT_CONSOLE_PROPS , * LPNT_CONSOLE_PROPS ;
1058
+
1059
+ typedef struct {
1060
+ DATABLOCK_HEADER dbh ;
1061
+ UINT uCodePage ;
1062
+ } NT_FE_CONSOLE_PROPS , * LPNT_FE_CONSOLE_PROPS ;
1063
+
1035
1064
typedef struct {
1036
1065
DATABLOCK_HEADER dbh ;
1037
1066
CHAR szDarwinID [MAX_PATH ];
You can’t perform that action at this time.
0 commit comments