The information in this article applies to:
SYMPTOMSIf you are using ReadDirectoryChangesW or FindNextChangeNotification to be notified when files are accessed you may not be notified when expected if the file is accessed soon after you were last notified. CAUSEWindows NT and Windows 2000 only updates the Last Access Time every hour for performance reasons. RESOLUTIONTo find out if a file has been accessed more frequently then hourly use GetFileTime(). STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor additional information, please see the following article(s) in the
Microsoft Knowledge Base: Q188321 FindFirstChangeNotification May Not Notify All Processes Additional query words:
Keywords : kbAPI kbFileIO kbKernBase kbNTOS400 kbWinOS2000 kbDSupport kbGrpKernBase |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |