5 #if !defined(AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_)
6 #define AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_
10 #endif // _MSC_VER >= 1000
24 BOOL
DumpSymbols(LPTSTR lpszLibPathName, std::ostream& pFile);
31 BOOL
Dump(LPTSTR lpszLibPathName, std::ostream& pFile);
46 PVOID
GetBase(
void ){
return m_pMemoryMappedFileBase; }
54 HANDLE m_hFileMapping;
55 PVOID m_pMemoryMappedFileBase;
62 #endif // !defined(AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_)
std::string GetLastError() const
std::string m_strResultsString
MEMORY_MAPPED_FILE * PMEMORY_MAPPED_FILE
~MEMORY_MAPPED_FILE(void)
BOOL Dump(LPTSTR lpszLibPathName, std::ostream &pFile)
std::string m_strErrorMsg
BOOL IsFiltedSymbol(std::string &pszSymbolName)
DWORD ConvertBigEndian(DWORD bigEndian)
MEMORY_MAPPED_FILE(PSTR pszFileName)
BOOL DumpSymbols(LPTSTR lpszLibPathName, std::ostream &pFile)
virtual ~CLibSymbolInfo()
BOOL IsRegularLibSymbol(PSTR pszSymbolName)