CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2007
    Posts
    1

    File System Driver (Memory Mapping issues)

    Hi all

    I am using FSD(mini Filter) Swap Buffers to get a call of opening a msword (.doc) or a notepad(.txt) READ/WRITE. Now as these operations uses memory mapping, ie paging and non-cached requests , i am trying to figure out what procedure is used to trap these calls through my code. Some guys have suggested that you have to make use of
    FileObject->SectionObjectPointers but i didnt no how to use it Plz help?

    Warm Regards
    Snitsky

    Any of the suggestions are welcome

  2. #2

    Re: File System Driver (Memory Mapping issues)

    Can you refer Win NT internals by Rajeev Nagar. That explains how to use SectionObjectPointers for a memory mapped file.
    C++ is divine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured