DkmThread.OnInterceptExceptionCompleted(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.