18 Dec
2005
18 Dec
'05
8:04 p.m.
Vitaliy Margolen wrote:
ChangeLog: ntdll: Implement few Dbg* functions. kernel32: Use new Dbg* functions instead of server calls. + status = DbgUiDebugActiveProcess( hProc ); + status = DbgUiStopDebugging( hProc ); - if (self) DbgBreakPoint(); I wonder if we shouldn't use NtDbgActiveProcess, NtRemoveProcessDebug instead. A+ -- Eric Pouech