|
ReactOS 0.4.16-dev-1983-g1a17364
|
#include <winnt_old.h>
Public Attributes | |
| union { | |
| DWORD SymbolTableIndex | |
| DWORD VirtualAddress | |
| } | Type |
| WORD | Linenumber |
Definition at line 3422 of file winnt_old.h.
| WORD _IMAGE_LINENUMBER::Linenumber |
Definition at line 3427 of file winnt_old.h.
Referenced by coff_process_info().
| DWORD _IMAGE_LINENUMBER::SymbolTableIndex |
Definition at line 3424 of file winnt_old.h.
| union { ... } _IMAGE_LINENUMBER::Type |
Referenced by coff_process_info().
| DWORD _IMAGE_LINENUMBER::VirtualAddress |
Definition at line 3425 of file winnt_old.h.
Referenced by coff_process_info().