summaryrefslogtreecommitdiffstats
path: root/WhisperNet/Internal/sCaptureCallbacks.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WhisperNet/Internal/sCaptureCallbacks.cs')
-rw-r--r--WhisperNet/Internal/sCaptureCallbacks.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/WhisperNet/Internal/sCaptureCallbacks.cs b/WhisperNet/Internal/sCaptureCallbacks.cs
index 483c2f2..0865a5a 100644
--- a/WhisperNet/Internal/sCaptureCallbacks.cs
+++ b/WhisperNet/Internal/sCaptureCallbacks.cs
@@ -3,6 +3,7 @@
namespace Whisper.Internal
{
/// <summary>Unmanaged code calls this to check for cancellation</summary>
+ /// <remarks>Return 0 to proceed, or 1 to stop the process and return from Context.runFull method</remarks>
[UnmanagedFunctionPointer( CallingConvention.StdCall )]
public delegate int pfnShouldCancel( IntPtr pv );