DkmThread.OnInterceptExceptionCompleted(UInt64) Method

Definition

Raise a InterceptExceptionCompleted event. Components which implement the event sink interface will receive the event notification. This method will enqueue the event and control will immediately return to the caller.

public:
 void OnInterceptExceptionCompleted(System::UInt64 Cookie);
public:
 void OnInterceptExceptionCompleted(unsigned long long Cookie);
void OnInterceptExceptionCompleted(unsigned long Cookie);
public void OnInterceptExceptionCompleted (ulong Cookie);
member this.OnInterceptExceptionCompleted : uint64 -> unit
Public Sub OnInterceptExceptionCompleted (Cookie As ULong)

Parameters

Cookie
UInt64

[In] Cookie that was handed out when intercept exception request came in.

Applies to