| Author |
Message |
kgame
Joined: 09 Sep 2009 Posts: 2
|
Posted: Wed Sep 09, 2009 3:18 pm Post subject: create a new module named DbgHelp in pinvoke.net |
|
|
[DllImport("DbgHelp.dll", CharSet = CharSet.Ansi)]
static extern bool SymInitialize(IntPtr hProcess, string UserSearchPath, bool fInvadeProcess);
[DllImport("DbgHelp.dll", CharSet = CharSet.Ansi)]
static extern bool SymGetSymFromName(IntPtr hProcess, string Name, ref ImageHelpSymbol Symbol);
I would like create a new module named DbgHelp in pinvoke.net |
|
| Back to top |
|
 |
Chris.Allen
Joined: 12 Mar 2009 Posts: 443
|
Posted: Fri Sep 11, 2009 9:32 am Post subject: |
|
|
| Hi - the chap who ususally adminsters this is away at the the moment but as soon as he is back (Monday 14th) I will ask him. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6348 Location: Red Gate Software
|
Posted: Mon Sep 14, 2009 10:29 am Post subject: |
|
|
Hi,
I have added the dbghlp module to PInvoke. Feel free to add your functions to this. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
kgame
Joined: 09 Sep 2009 Posts: 2
|
Posted: Thu Oct 01, 2009 5:18 pm Post subject: Re: |
|
|
| Brian Donahue wrote: |
Hi,
I have added the dbghlp module to PInvoke. Feel free to add your functions to this. |
the module name is error
it is dbghelp, not dbghlp |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6348 Location: Red Gate Software
|
Posted: Thu Oct 01, 2009 6:34 pm Post subject: |
|
|
My apologies. I've just added 'dbghelp'. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group