Returns the first section header in the image.
| 70 | /// Returns the first section header in the image. |
| 71 | /// </summary> |
| 72 | constexpr PIMAGE_SECTION_HEADER first( ) const noexcept |
| 73 | { |
| 74 | return at( 0 ); |
| 75 | } |
| 76 | |
| 77 | /// <summary> |
| 78 | /// Appends a section header to the image. |
nothing calls this directly
no outgoing calls
no test coverage detected