Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SOURCEFILE structure (dbghelp.h)
Contains source file information.
Syntax
typedef struct _SOURCEFILE {
DWORD64 ModBase;
PCHAR FileName;
} SOURCEFILE, *PSOURCEFILE;
Members
ModBase
The base address of the module.
FileName
The fully qualified source file name.
Requirements
| Requirement | Value |
|---|---|
| Header | dbghelp.h |
| Redistributable | DbgHelp.dll 6.3 or later |
See also
Feedback
Was this page helpful?
