- The section contains executable code. 
- The section contains initialized data. 
- The section contains uninitialized data. 
- The section contains data referenced through the global pointer (GP). 
- The section contains COMDAT data. This is valid only for object files. 
- The section contains comments or other information. The .drectve section has this type.
This is valid for object files only. 
- The section contains extended relocations. 
- The section will not become part of the image. This is valid only for object files. 
- The section can be discarded as needed. 
- The section can be executed as code. 
- The section cannot be cached. 
- The section is not pageable. 
- The section can be read. 
- The section can be shared in memory. 
- The section can be written to. 
- The section should not be padded to the next boundary. This flag is obsolete and is replaced
by - IMAGE_SCN_ALIGN_1BYTES. This is valid only for object files.