ExportDirectoryTable Type
Represents the Export Directory Table (EDT) entry in a PE file. The export symbol information begins with the EDT, which describes the remainder of the export symbol information. The EDT contains address information that is used to resolve imports to the entry points within this image.
Record fields
| Record Field | Description | 
            
                
              
              
                  Full Usage: 
                   
              AddressTableEntries
                  Field type: int
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              ExportAddressTableRVA
                  Field type: int
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              ExportDLLName
                  Field type: string
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              NamePointerRVA
                  Field type: int
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              NumNamePointers
                  Field type: int
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              OrdinalBase
                  Field type: int
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              OrdinalTableRVA
                  Field type: int
                  
                   | 
          
            B2R2