Prev: For PDO: How to forward request to next lower driver stack automatically in KMDF?
Next: Mirror Driver - how to pass Bitmap to user-mode app thought DrvEscape.
From: Attributesoft on 12 Jun 2007 08:17 I tried to do with this code GetMem(surfObjPointer,10485760); ExtEscape(hdc1,1,2,nil,10485760,surfObjPointer); But it doesn't help too.
From: Ivan Brugiolo [MSFT] on 12 Jun 2007 11:54 Show the stack in the kernel debugger with good symbols, and the outpuf of `!analyze -f -v`. Unfortunately the level of kernel knowledge you've shown so far is not going to attract many answers besides a request to go back and learn the basics first. -- -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm <Attributesoft(a)gmail.com> wrote in message news:1181650654.533206.67320(a)x35g2000prf.googlegroups.com... >I tried to do with this code > GetMem(surfObjPointer,10485760); > ExtEscape(hdc1,1,2,nil,10485760,surfObjPointer); > But it doesn't help too. >
From: Attributesoft on 12 Jun 2007 12:23 On 12 , 18:54, "Ivan Brugiolo [MSFT]" <ivanb...(a)online.microsoft.com> wrote: > Show the stack in the kernel debugger with good symbols, > and the outpuf of `!analyze -f -v`. > Unfortunately the level of kernel knowledge you've shown so far > is not going to attract many answers besides a request to go back > and learn the basics first. > > -- > -- > This posting is provided "AS IS" with no warranties, and confers no rights. > Use of any included script samples are subject to the terms specified athttp://www.microsoft.com/info/cpyright.htm > > <Attributes...(a)gmail.com> wrote in message > > news:1181650654.533206.67320(a)x35g2000prf.googlegroups.com... > > >I tried to do with this code > > GetMem(surfObjPointer,10485760); > > ExtEscape(hdc1,1,2,nil,10485760,surfObjPointer); > > But it doesn't help too. How can I do this `!analyze -f -v`? Where I need to enter it? And after crush I can't do nothing, only restart comp. Do I need to do I thought another computer?
From: Attributesoft on 12 Jun 2007 12:32 On 12 , 18:54, "Ivan Brugiolo [MSFT]" <ivanb...(a)online.microsoft.com> wrote: > Show the stack in the kernel debugger with good symbols, > and the outpuf of `!analyze -f -v`. > Unfortunately the level of kernel knowledge you've shown so far > is not going to attract many answers besides a request to go back > and learn the basics first. > > -- > -- > This posting is provided "AS IS" with no warranties, and confers no rights. > Use of any included script samples are subject to the terms specified athttp://www.microsoft.com/info/cpyright.htm > > <Attributes...(a)gmail.com> wrote in message > > news:1181650654.533206.67320(a)x35g2000prf.googlegroups.com... > > > > > > >I tried to do with this code > > GetMem(surfObjPointer,10485760); > > ExtEscape(hdc1,1,2,nil,10485760,surfObjPointer); > > But it doesn't help too. How can I do this `!analyze -f -v` with what debuger or app? Am I need to do it on two pc?
From: Attributesoft on 12 Jun 2007 12:33
How can I do this `!analyze -f -v` with what debuger or app? Am I need to do it on two pc? |