Re: Hard Disk Activity
- From: "expvb" <nobody@xxxxxxx>
- Date: Thu, 5 Feb 2009 17:13:56 -0500
"Jeremiah D. Seitz" <jseitz@xxxxxxxxxxxxxxxxx> wrote in message
news:opjmo4pasb5bv562equqlt5r7cgs5ni3oj@xxxxxxxxxx
On Thu, 5 Feb 2009 13:42:16 -0500, "expvb" <nobody@xxxxxxx> wrote:
"Lorin" <lorinm@xxxxxxxxxxx> wrote in message
news:D7418941-9D68-43E2-ABD9-244F444C6CD1@xxxxxxxxxxxxxxxx
I already did all that and do not see what is doing it.
Task Manger does not show the indexing service.
The Process Explorer does not show anything either.
What about filemon? Or using FindFirstChangeNotification?
FileMon is a good recommendation, but I wouldn't count on
FindFirstChangeNotification.
When I was working on my defragger I ran into problems on Win2K
systems where the file system was being changed, causing errors. I
tried to use FFCN to determine the cause of the problem, but it didn't
work reliably.
Apparently, an application needs to explicitly broadcast a message in
order for FFCN to detect the change. If an application modifies the
file system, but neglects to broadcast the message, no changes are
detected.
Maybe you were using SHChangeNotify?
Filemon and most SysInternals tools have device drivers embedded in the
EXE(Usually SYS/DLL/VXD file). It auto extracts and install the driver then
talks to it, so it can't be duplicated by VB6, but one can write a driver in
C++, and talk to it from VB6, but one needs to be careful as VB is not
thread safe, so callbacks should be avoided.
They have a book called Windows Internals, but it's devoid of source code.
However, it explains the process, but one needs to know how to make drivers,
by downloading and reading the DDK. Here is a link to the page about the
book and a sample chapter(67 pages) about how the Registry, Services and WMI
work. Look for subtopic called "Regmon Internals" for details about how it
works.
Windows Internals Book
http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx
.
- Follow-Ups:
- Re: Hard Disk Activity
- From: Jeremiah D . Seitz
- Re: Hard Disk Activity
- From: mayayana
- Re: Hard Disk Activity
- References:
- Hard Disk Activity
- From: Lorin
- Re: Hard Disk Activity
- From: expvb
- Re: Hard Disk Activity
- From: Lorin
- Re: Hard Disk Activity
- From: Dave O.
- Re: Hard Disk Activity
- From: Lorin
- Re: Hard Disk Activity
- From: expvb
- Re: Hard Disk Activity
- From: Jeremiah D . Seitz
- Hard Disk Activity
- Prev by Date: Re: Hard Disk Activity
- Next by Date: Re: Run Time Creating Controls
- Previous by thread: Re: Hard Disk Activity
- Next by thread: Re: Hard Disk Activity
- Index(es):
Relevant Pages
|