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

    Process accessing a file

    Hi,

    I want to list the processess in my machine which accessing a particular file in my machine.

    If any idea pls help.

  2. #2
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: Process accessing a file

    Quote Originally Posted by ajaywinds
    Hi,
    I want to list the processess in my machine which accessing a particular file in my machine.
    If any idea pls help.
    look at the ::EnumProcesses(..) api .
    // Edit check this: How To Enumerate Applications Using Win32 APIs
    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

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