I cannot find any documentation about this.
–
Dmitry
I cannot find any documentation about this.
–
Dmitry
For good reason - this facility is deliberately undocumented by
Microsoft. You need to find some other way of doing what you want to
do (if you tell us what we can help you).
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
Kaptsenel, Dmitry
Sent: Wednesday, April 23, 2003 10:43 PM
To: File Systems Developers
Subject: [ntfsd] How to create kernel mode APC ?I cannot find any documentation about this.
–
Dmitry
You are currently subscribed to ntfsd as: xxxxx@nryan.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
This is not documented. And for what purpose do you need this?
----- Original Message -----
From: “Kaptsenel, Dmitry”
To: “File Systems Developers”
Sent: Thursday, April 24, 2003 9:43 AM
Subject: [ntfsd] How to create kernel mode APC ?
> I cannot find any documentation about this.
>
> –
> Dmitry
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
I wanted to use it in order to create new thread in user ring3 process.
Standard solution (CreateRemoteThread()) does not fork on XP 2003 servers if
target process has other user credentials or belongs to other desktop than
calling one.
–
Dmitry Kaptsenel, Intel Performance Tools Lab (MPL), (972)-4-8655719
-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, April 24, 2003 7:08 PM
To: File Systems Developers
Subject: [ntfsd] Re: How to create kernel mode APC ?
This is not documented. And for what purpose do you need this?
----- Original Message -----
From: “Kaptsenel, Dmitry”
To: “File Systems Developers”
Sent: Thursday, April 24, 2003 9:43 AM
Subject: [ntfsd] How to create kernel mode APC ?
> I cannot find any documentation about this.
>
> –
> Dmitry
>
>
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
—
You are currently subscribed to ntfsd as: xxxxx@intel.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
This is the case even if you have PROCESS_ALL_ACCESS to the process
handle you’re passing to CreateRemoteThread? That sounds like a bug in
2k3 Server if true. Perhaps there is an additional privilege you need to
enable.
If you really need to send a kernel APC, see this article:
http://www.cmkrnl.com/arc-userapc.html
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
Kaptsenel, Dmitry
Sent: Sunday, April 27, 2003 6:17 AM
To: File Systems Developers
Subject: [ntfsd] Re: How to create kernel mode APC ?I wanted to use it in order to create new thread in user
ring3 process. Standard solution (CreateRemoteThread()) does
not fork on XP 2003 servers if target process has other user
credentials or belongs to other desktop than calling one.–
Dmitry Kaptsenel, Intel Performance Tools Lab (MPL),
(972)-4-8655719-----Original Message-----
From: Maxim S. Shatskih [mailto:xxxxx@storagecraft.com]
Sent: Thursday, April 24, 2003 7:08 PM
To: File Systems Developers
Subject: [ntfsd] Re: How to create kernel mode APC ?This is not documented. And for what purpose do you need this?
----- Original Message -----
From: “Kaptsenel, Dmitry”
> To: “File Systems Developers”
> Sent: Thursday, April 24, 2003 9:43 AM
> Subject: [ntfsd] How to create kernel mode APC ?
>
>
> > I cannot find any documentation about this.
> >
> > –
> > Dmitry
> >
> >
> >
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@storagecraft.com To
> > unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to ntfsd as:
> xxxxx@intel.com To unsubscribe send a blank email
> to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@nryan.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
Thankx
–
Dmitry
-----Original Message-----
From: Nicholas Ryan [mailto:xxxxx@nryan.com]
Sent: Sunday, April 27, 2003 10:42 PM
To: File Systems Developers
Subject: [ntfsd] Re: How to create kernel mode APC ?
This is the case even if you have PROCESS_ALL_ACCESS to the process
handle you’re passing to CreateRemoteThread? That sounds like a bug in
2k3 Server if true. Perhaps there is an additional privilege you need to
enable.
If you really need to send a kernel APC, see this article:
http://www.cmkrnl.com/arc-userapc.html