toolhelp: Document InterruptRegister16

Alexandre Julliard julliard at winehq.org
Mon Oct 11 03:53:39 CDT 2010


Thomas Bleher <ThomasBleher at gmx.de> writes:

> @@ -593,6 +593,29 @@ BOOL16 WINAPI StackTraceNext16(STACKTRACEENTRY *ste)
>  
>  /***********************************************************************
>   *		InterruptRegister (TOOLHELP.75)
> + *
> + * Registers a callback to intercept certain special events from any process.
> + *
> + * The special events are (TODO: There may be other events not listed here;
> + * these are the ones documented in the patent mentioned below):

These are standard x86 traps, they don't need special constants or
documentation.  Besides, if there's really a patent about this we can't
implement it anyway.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list