Prev: Mirror Driver - how can I use Driver with User-Mode Application
Next: IoOpenDeviceRegistryKey and HID miniport driver.
From: Attributesoft on 11 Jun 2007 12:25 Hi all. I'm using src\video\displays\mirror from DDK. I want to do DrvEscape that will pass whole Bitmap of surface to user- mode win32app. In user-mode app I will call ExtEscape and I want to get Bitmap thought pointer or something like that. What exactly I need to do ? ULONG DrvEscape( SURFOBJ *pso, ULONG iEsc, ULONG cjIn, PVOID pvIn, ULONG cjOut, PVOID pvOut) { ***HERE*** }
From: Attributesoft on 11 Jun 2007 12:29
throught* |