ntdll: Implement few Dbg* functions.

Eric Pouech eric.pouech at wanadoo.fr
Sun Dec 18 14:04:33 CST 2005


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




More information about the wine-devel mailing list