Changes

Jump to navigation Jump to search
41 bytes added ,  19:35, 9 August 2018
no edit summary
Line 1,822: Line 1,822:  
! Bit || Bitmask || Description
 
! Bit || Bitmask || Description
 
|-
 
|-
| 0 || 1 || CancelSynchronization (cancels with error 0x6C01)
+
| 0 || 1 || IgnoreException (note: ResumeAllThreads or debug-suspended-thread-id needed)
 
|-
 
|-
 
| 1 || 2 || SwallowException
 
| 1 || 2 || SwallowException
Line 1,835: Line 1,835:  
! Bit || Bitmask || Description
 
! Bit || Bitmask || Description
 
|-
 
|-
| 0 || 1 || CancelSynchronization (cancels with error 0x6C01)
+
| 0 || 1 || IgnoreException (note: doesn't need to be set in the same call than Resume)
 
|-
 
|-
 
| 1 || 2 || SwallowException
 
| 1 || 2 || SwallowException
Line 1,841: Line 1,841:  
| 2 || 4 || Resume
 
| 2 || 4 || Resume
 
|-
 
|-
| 3 || 8 || CancelSynchronizationInverted
+
| 3 || 8 || IgnoreExceptionInverted
 
|}
 
|}
   −
CancelSynchronizationInverted is like CancelSynchronization but acts on all threads that aren't in the input list.
+
IgnoreExceptionInverted is like CancelSynchronization but acts on all threads that aren't in the input list.
    
If the input number of threads is 0, this means "all threads".
 
If the input number of threads is 0, this means "all threads".
88

edits

Navigation menu