SOURCEFILE Structure

Debug Help Library

SOURCEFILE Structure

Contains source file information.

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

Requires DbgHelp.dll 6.3 or later.

Header

Declared in DbgHelp.h.

Unicode

Implemented as SOURCEFILEW (Unicode) and SOURCEFILE (ANSI).

See Also

SymEnumSourceFiles


Send comments about this topic to Microsoft

Build date: 9/25/2007

© 2007 Microsoft Corporation. All rights reserved.