Welcome to MSDN Blogs Sign in | Join | Help

Error in the "Synchronizing Cancellation of Sent Requests” WDK Topic

An error has been identified in the WDK topic, “Synchronizing Cancellation of Sent Requests”, and is being corrected.

This topic, which is part of the documentation for Kernel Mode Driver Framework (KMDF), incorrectly indicates that a driver and its CompletionRoutine callback function could use a framework wait lock (WdfWaitLockAcquire/WdfWaitLockRelease) to synchronize access to request objects. The correct type of lock to use in this situation is a framework spin lock (WdfSpinLockAcquire/WdfSpinLockRelease), which boosts the IRQL to DISPATCH_LEVEL.

Windows Driver Kit Writing Team

This posting is provided "AS IS" with no warranties, and confers no rights.

 

Published Friday, June 13, 2008 8:20 PM by wdkblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# a-foton » Error in the “Synchronizing Cancellation of Sent Requests??? WDK Topic

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker