Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use dbghelp library in order to retrieve information about source files
Posted
Updated 2-Aug-11 2:03am
v3

1 solution

See the documentation[^], or try a more specific question.
 
Share this answer
 
Comments
explorerC 3-Aug-11 22:55pm    
SymLoadModuleEx is always returning 0.

DWORD test = SymLoadModuleEx(g_hProcess, // target process
NULL,"D:\\TF_Sandbox\\SandBx_BL\\INTERN_91F\\TestSim\\debug\\TestSim.exe", // name of image file
NULL, // name of module - not required
dwBaseAddr, // base address - not required
0, // size of image - not required
NULL, // MODLOAD_DATA used for special cases
0);//) // flags - not required
Richard MacCutchan 4-Aug-11 4:49am    
Read the documentation, it explains what further information you can receive.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900