[ros-diffs] [weiden] 27605: Add missing structures

weiden at svn.reactos.org weiden at svn.reactos.org
Thu Jul 12 01:12:54 CEST 2007


Author: weiden
Date: Thu Jul 12 03:12:54 2007
New Revision: 27605

URL: http://svn.reactos.org/svn/reactos?rev=27605&view=rev
Log:
Add missing structures

Modified:
    trunk/reactos/include/psdk/shlobj.h

Modified: trunk/reactos/include/psdk/shlobj.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlobj.h?rev=27605&r1=27604&r2=27605&view=diff
==============================================================================
--- trunk/reactos/include/psdk/shlobj.h (original)
+++ trunk/reactos/include/psdk/shlobj.h Thu Jul 12 03:12:54 2007
@@ -1034,6 +1034,35 @@
 
 typedef struct {
     DATABLOCK_HEADER dbh;
+    WORD wFillAttribute;
+    WORD wPopupFillAttribute;
+    COORD dwScreenBufferSize;
+    COORD dwWindowSize;
+    COORD dwWindowOrigin;
+    DWORD nFont;
+    DWORD nInputBufferSize;
+    COORD dwFontSize;
+    UINT uFontFamily;
+    UINT uFontWeight;
+    WCHAR FaceName[LF_FACESIZE];
+    UINT uCursorSize;
+    BOOL bFullScreen;
+    BOOL bQuickEdit;
+    BOOL bInsertMode;
+    BOOL bAutoPosition;
+    UINT uHistoryBufferSize;
+    UINT uNumberOfHistoryBuffers;
+    BOOL bHistoryNoDup;
+    COLORREF ColorTable[16];
+} NT_CONSOLE_PROPS, *LPNT_CONSOLE_PROPS;
+
+typedef struct {
+    DATABLOCK_HEADER dbh;
+    UINT uCodePage;
+} NT_FE_CONSOLE_PROPS, *LPNT_FE_CONSOLE_PROPS;
+
+typedef struct {
+    DATABLOCK_HEADER dbh;
     CHAR szDarwinID[MAX_PATH];
     WCHAR szwDarwinID[MAX_PATH];
 } EXP_DARWIN_LINK, *LPEXP_DARWIN_LINK;




More information about the Ros-diffs mailing list