30 #if !defined(AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_)
31 #define AFX_LIBSYMBOLINFO_H__1A7003B4_BA53_11D1_AE46_1CFB51000000__INCLUDED_
35 #endif // _MSC_VER >= 1000
49 BOOL
DumpSymbols(LPTSTR lpszLibPathName, std::ostream& pFile);
56 BOOL
Dump(LPTSTR lpszLibPathName, std::ostream& pFile);
71 PVOID
GetBase(
void ){
return m_pMemoryMappedFileBase; }
79 HANDLE m_hFileMapping;
80 PVOID m_pMemoryMappedFileBase;
87 #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)