Edit

Share via


SyscallCallback Delegate

Definition

Processes correlated system call data.

public delegate void SyscallCallback(SyscallContext context);
type SyscallCallback = delegate of SyscallContext -> unit
Public Delegate Sub SyscallCallback(context As SyscallContext)

Parameters

context
SyscallContext

The system call data to process.

Applies to