RE: remove lock tag
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Wed, 1 Jun 2005 13:34:03 -0700
"Bruno van Dooren" wrote:
> 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.
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
.
- Follow-Ups:
- Re: remove lock tag
- From: Bruno van Dooren
- Re: remove lock tag
- From: Calvin Guan
- Re: remove lock tag
- References:
- remove lock tag
- From: Bruno van Dooren
- remove lock tag
- Prev by Date: dbgprint doesn't list variables
- Next by Date: RE: Kernel-mode rebinding of NDIS upper filter driver to different NIC
- Previous by thread: remove lock tag
- Next by thread: Re: remove lock tag
- Index(es):
Relevant Pages
|