Ejemplo n.º 1
0
 public static extern void ObserverFileAccessReports(
     ref SandboxConnectionInfo info,
     [MarshalAs(UnmanagedType.FunctionPtr)] AccessReportCallback callbackPointer,
     long accessReportSize);
Ejemplo n.º 2
0
 public static extern void ListenForFileAccessReports(
     [MarshalAs(UnmanagedType.FunctionPtr)] AccessReportCallback callbackPointer,
     long accessReportSize,
     ulong address,
     uint port);