how can I share the kernel mode memory in user mode and vice versa in a
video driver dll.
Do I need to create the memory using any particular function or so ???

Re: share memory in kernel mode and user mode by Maxim

Maxim
Wed Jul 21 08:55:12 CDT 2004

Call IOCTL down to the video miniport, which can in turn call the
appropriate facility in VideoPrt. This is how DirectDraw works.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Vivek Gupta" <macha_smarty@hotmail.com> wrote in message
news:eWb9vZwbEHA.1732@TK2MSFTNGP09.phx.gbl...
> how can I share the kernel mode memory in user mode and vice versa in a
> video driver dll.
> Do I need to create the memory using any particular function or so ???
>
>



Re: share memory in kernel mode and user mode by Vivek

Vivek
Wed Jul 21 09:24:26 CDT 2004

that memory would be in the miniport .sys. How would I access it in the
kernel mode dll(video driver) ???
I'd rephrase my question ....
How can I create memory in user mode and access in kernel mode VIDEO DLL ???
and vice versa .......

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:OsNqYpybEHA.3944@tk2msftngp13.phx.gbl...
> Call IOCTL down to the video miniport, which can in turn call the
> appropriate facility in VideoPrt. This is how DirectDraw works.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
>
> "Vivek Gupta" <macha_smarty@hotmail.com> wrote in message
> news:eWb9vZwbEHA.1732@TK2MSFTNGP09.phx.gbl...
> > how can I share the kernel mode memory in user mode and vice versa in a
> > video driver dll.
> > Do I need to create the memory using any particular function or so ???
> >
> >
>
>