Re: Use of CeAllocAsynchronousBuffer clarification

Tech-Archive recommends: Fix windows errors by optimizing your registry




Thanks alot

"K. S. Huang" wrote:

You should us VirtualAllocCopyEx; although it is doable, you should still
consider other solutions rather than exporting a kernel space to an user
application that could introduce potential risks.

"kibkid" <kibkid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5B30E2C0-3680-45B1-BF8B-0A6501FB4509@xxxxxxxxxxxxxxxx

Hello,

I am reading about the use of CeAllocAsynchronousBuffer and it seems to
me
that it's used for marshaling pointers in user space for use in kernel
space.

But what if I have a buffer in Kernel space and i want to be able to
access
it from user space, can we still use this function or should we use
VirtualAllocCopyEx?


Thank you



.