All:
Is there a way to get the file name and/or the full path and file name
from a section handle obtained from ZwMapViewOfSection and/or
ZwCreateSection?
Thanks,
Chuck
All:
Is there a way to get the file name and/or the full path and file name
from a section handle obtained from ZwMapViewOfSection and/or
ZwCreateSection?
Thanks,
Chuck
“chuck m” <chuck.monarch> wrote in message news:xxxxx@ntdev…
>
> Is there a way to get the file name and/or the full path and file name
> from a section handle obtained from ZwMapViewOfSection and/or
> ZwCreateSection?
>
Ummmm… The SectionHandle is an INPUT parameter to ZwMapViewOfSection,
isn’t it? And for ZwCreateSection, assuming the section is file based (it
may be pagefile based), then you pass the file handle in, meaning
(presumably) that you’ve opened the file somehow, so you must KNOW it’s
name??
Sorry if I’m confused. I’m trying to understand what it is you need to
know,
Peter
OSR</chuck.monarch>