Exemplo n.º 1
0
 public static extern bool StackWalk64
 (
     int MachineType,                                             //In
     IntPtr hProcess,                                             //In
     IntPtr hThread,                                              //In
     IntPtr StackFrame,                                           //In_Out
     IntPtr ContextRecord,                                        //In_Out
     ReadProcessMemoryDelegate ReadMemoryRoutine,                 //_In_opt_
     SymFunctionTableAccess64Delegate FunctionTableAccessRoutine, //_In_opt_
     SymGetModuleBase64Delegate GetModuleBaseRoutine,             //_In_opt_
     TranslateAddressProc64Delegate TranslateAddress              //_In_opt_
 );
Exemplo n.º 2
0
 public static extern bool StackWalk64(
     int MachineType, //In
     IntPtr hProcess, //In
     IntPtr hThread, //In
     IntPtr StackFrame, //In_Out
     IntPtr ContextRecord, //In_Out
     ReadProcessMemoryDelegate ReadMemoryRoutine, //_In_opt_
     SymFunctionTableAccess64Delegate FunctionTableAccessRoutine, //_In_opt_
     SymGetModuleBase64Delegate GetModuleBaseRoutine, //_In_opt_
     TranslateAddressProc64Delegate TranslateAddress //_In_opt_
     );