Re: [ntdev] Rf. : [ntdev] _VWIN32_CreateRing0Thread

dear caron,

thanks… for your prompt reply…
actually I was using another wraper from ‘walter oney’ … but the problem
is the call VxDCall (_VWIN32_CreateRing0Thread) gets hanged whatever
wraper I use… I’m calling this in the driverentry function… even
if I use yours one the result is same… am I using the call in the
wrong place ??? where should I use this call then ??? please reply
back… any comments from anyone ???

som

----- Original Message -----
From:
To: “NT Developers Interest List”
Sent: Wednesday, January 23, 2002 9:37 PM
Subject: [ntdev] Réf. : [ntdev] _VWIN32_CreateRing0Thread

This function creates a Ring 0 thread, and returns the thread ID.

int InstallRing0Thread (void * threadFunc)
{
int id;
_asm
{
mov ecx, 4096
mov edi, 0
mov ebx,[threadFunc];
xor esi, esi
}

VxDCall (_VWIN32_CreateRing0Thread)
_asm mov[id], eax
return id;
}

Hope this helps…
-------------------------------------------------------
Réjean Caron - xxxxx@motus.com
Motus Technologies inc.

“Somsubhra Raj”
<raj_somsubhra2001 pour : developers>Interest List"
hoo.com> cc :
Envoyé par : Objet : [ntdev]
_VWIN32_CreateRing0Thread
xxxxx@lis

ts.osr.com

2002-01-23 09:58
Veuillez répondre à
“NT Developers
Interest List”

Dear all,

can u please send me an example code on how to use
_VWIN32_CreateRing0Thread call and threading in ring0 level on win9x
platform … or any tips on using that call… 'coz documentation in
98ddk doesn’t say much about this…

Thanks in advance

som

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


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


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</raj_somsubhra2001>