From: Attributesoft on
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
throught*