Re: [NTDEV] KeAcquireSpinLockRaiseToSynch (was: Queue Management)

Gary Little" wrote in message news:xxxxx@ntdev…
>
> KeAcquireSpinLockRaiseToSynch, which I did try early on, but that little
> beastie ain’t exported.

“Peter Viscarola” wrote in message news:xxxxx@ntdev…
>
> I did NOT know, until I read your post, that
> KeAcquireSpinLockRaiseToSynch(…) is no longer exported. Ugh!. Well,
that
> breaks some of MY code, for sure.
>

I just checked this.

KeAcquireSpinLockRaiseToSynch(…) is prototyped in ntddk.h and wdm.h, is
not documented, and certainly seems to be exported to me.

At least, I can build and load a driver that uses it, and I see it exported
from hal.dll… but, of course, I could be wrong :slight_smile:

Whew, you had me worried for a minute there, big guy!

Peter


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com