- remove lock tag
- Posted by Bruno van Dooren on June 1st, 2005
I noticed that the tag for
IoInitializeRemoveLock is an ulong, while
IoAcquireRemoveLock and IoReleaseRemoveLockAndWait take a PVOID.
for the ulong i specify ' DvB' (the reverse of my initials), but what do i
speciy for the PVOID? a string pointer?
kind regards,
Bruno.
- Posted by Pavel A. on June 1st, 2005
"Bruno van Dooren" wrote:
Please get the *latest* DDK documentation, or April release of MSDL. It all
is there.
In IoAcquireRemoveLock, Tag identifies _instance_ of acquiring the remove
lock. "For example, a driver Dispatch routine typically sets this parameter
to a pointer to the IRP the routine is processing."
--PA
- Posted by Calvin Guan on June 1st, 2005
I guess Pavel meant MSDN.
Calvin
- Posted by Pavel A. on June 1st, 2005
"Calvin Guan" wrote:
Hi Calvin,
MSDL is the MSDN Library (too many confusing acronyms... )
Regards
P.
- Posted by Bruno van Dooren on June 2nd, 2005
thanks.
kind regards,
Bruno.
"Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
news:E021783C-31A6-4903-A78D-33297DFD8C01@microsoft.com...
- Posted by Stephan Wolf [MVP] on June 2nd, 2005
Calvin Guan wrote:
The latest DDK docs are always available online here:
http://msdn.microsoft.com/library/
-> "Win32 and COM Development"
-> "Driver Development Kit"
Stephan