added a few pointer types
authorRex Jolliff <rex@lvcablemodem.com>
Fri, 23 Jul 1999 19:55:07 +0000 (19:55 +0000)
committerRex Jolliff <rex@lvcablemodem.com>
Fri, 23 Jul 1999 19:55:07 +0000 (19:55 +0000)
svn path=/trunk/; revision=600

reactos/include/structs.h

index 23385fc..8648f3d 100644 (file)
@@ -1367,7 +1367,7 @@ typedef struct {
   LPCTSTR lpszOutput; 
   LPCTSTR lpszDatatype; 
   DWORD   fwType;       
-} DOCINFO; 
+} DOCINFO, *PDOCINFO
  
 typedef struct { 
   UINT uNotification; 
@@ -1488,7 +1488,7 @@ typedef struct tagLOGBRUSH {
   UINT     lbStyle; 
   COLORREF lbColor; 
   LONG     lbHatch; 
-} LOGBRUSH; 
+} LOGBRUSH, *PLOGBRUSH
  
 typedef struct tagEMRCREATEBRUSHINDIRECT
 {
@@ -1568,7 +1568,7 @@ typedef struct tagLOGPEN {
   UINT     lopnStyle; 
   POINT    lopnWidth; 
   COLORREF lopnColor; 
-} LOGPEN; 
+} LOGPEN, *PLOGPEN
  
 typedef struct tagEMRCREATEPEN
 {
@@ -3809,7 +3809,7 @@ typedef struct _RGNDATAHEADER {
 typedef struct _RGNDATA { 
   RGNDATAHEADER rdh; 
   char          Buffer[1]; 
-} RGNDATA, *LPRGNDATA; 
+} RGNDATA, *PRGNDATA, *LPRGNDATA; 
  
 typedef struct tagSCROLLINFO {
   UINT cbSize;