Expand Minimize
This topic has not yet been rated - Rate this topic

SOURCEFILE structure

Contains source file information.

Syntax


typedef struct _SOURCEFILE {
  DWORD64 ModBase;
  PTCHAR  FileName;
} SOURCEFILE, *PSOURCEFILE;

Members

ModBase

The base address of the module.

FileName

The fully qualified source file name.

Requirements

Redistributable

DbgHelp.dll 6.3 or later

Header

DbgHelp.h

Unicode and ANSI names

SOURCEFILEW (Unicode) and SOURCEFILE (ANSI)

See also

SymEnumSourceFiles

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.