Determine if an active thread is handling events (i.e. if anyone is holding the event handling lock).

C# | Visual Basic | Visual C++ |
public static int EventHandlerActive( MonoUsbSessionHandle sessionHandle )
Public Shared Function EventHandlerActive ( _ sessionHandle As MonoUsbSessionHandle _ ) As Integer
public: static int EventHandlerActive( [InAttribute] MonoUsbSessionHandle^ sessionHandle )

- sessionHandle (MonoUsbSessionHandle)
- A valid MonoUsbSessionHandle.

- 1 if a thread is handling events.
- 0 if there are no threads currently handling events.

