Re: sharing memory with user and kernel
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Thu, 29 May 2008 06:12:08 +0400
There is no need in going to kernel mode for virtual microphone driver, it
is implementable as old-style WinMM driver in user mode.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
"Maverick 1288" <Maverick 1288@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:639B2503-149A-4889-B4A1-5A52F1D96A2F@xxxxxxxxxxxxxxxx
Hello,
I developed an application in user mode that capture audio data and stores
the data in shared memory using CreateFileMapping and MapViewOfFile. This
memory is accessible via an API i've developed (standard DLL stuff). I'm now
working on a virtual mic driver (MSVAD pcemx example drom DDK) and my
intentions is to ovverride the CopyTo function and pump the data from my
shared memory into the mic buffer. Is this a good approach ? and does any
body have an example on how to map the shared memory into the kernel space ?
- henrik
.
- Prev by Date: Re: KsPinGetLeadingEdgeStreamPointer returns NULL
- Next by Date: Re: minifilter context question
- Previous by thread: Re: sharing memory with user and kernel
- Next by thread: Re: minifilter context question
- Index(es):
Relevant Pages
|