- % CCDEVICENAME  = 32 
- % CFORMNAME     = 32 
- % DM_PELSWIDTH  = &H80000 
- % DM_PELSHEIGHT = &H100000 
-   
-   
-   
- Type DEVMODE 
-  zstring dmDeviceName[32]    '00 'itr array itr macro 
-  dmSpecVersion   as short    '32 
-  dmDriverVersion as short    '34 
-  dmSize          as short    '36 
-  dmDriverExtra   as short    '38 
-  dmFields        As Long     '40 
-  dmOrientation   as short    '44 
-  dmPaperSize     as short    '46 
-  dmPaperLength   as short    '48 
-  dmPaperWidth    as short    '50 
-  dmScale         as short    '52 
-  dmCopies        as short    '54 
-  dmDefaultSource as short    '56 
-  dmPrintQuality  as short    '58 
-  dmColor         as short    '60 
-  dmDuplex        as short    '62 
-  dmYResolution   as short    '64 
-  dmTTOption      as short    '66 
-  dmCollate       as short    '68 
-  zstring dmFormName[32]      '70 'itr array itr macro 
-  dmUnusedPadding as short    '102 
-  dmBitsPerPel    as Long     '104 'was short 
-  dmPelsWidth     As Long     '108 
-  dmPelsHeight    As Long     '112 
-  dmDisplayFlags  As Long     '116 
-  dmDisplayFrequency As Long  '120 
-  sys reserved[33]            '124 
-                              '256 
- End Type 
-   
-