Click here to Skip to main content
15,886,137 members
Articles / Desktop Programming / MFC

CDirectoryChangeWatcher - ReadDirectoryChangesW all wrapped up

Rate me:
Please Sign up or sign in to vote.
4.92/5 (114 votes)
11 May 2002 2.1M   39.4K   365  
This class wraps up ReadDirectoryChangesW.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by DirWatcher.rc
//
#define IDD_DIRWATCHER_DIALOG           102
#define IDR_MAINFRAME                   128
#define IDC_EDIT_DIR_TO_MONITOR         1000
#define IDC_BTN_MONITOR                 1001
#define IDC_LIST_CHANGES                1002
#define IDC_EDIT_DIR_TO_MONITOR2        1003
#define IDC_LIST_CHANGES2               1004
#define IDC_BTN_MONITOR2                1005
#define IDC_CHECK_FILE_NAME1            1006
#define IDC_CHECK_SUBDIR1               1007
#define IDC_CHECK_SUBDIR2               1008
#define IDC_CHECK_DIR_NAME1             1009
#define IDC_CHECK_SIZE1                 1010
#define IDC_CHECK_ATTRIBUTES1           1011
#define IDC_CHECK_LAST_WRITE1           1012
#define IDC_CHECK_LAST_ACCESS1          1013
#define IDC_CHECK_CREATION1             1014
#define IDC_CHECK_SECURITY1             1015
#define IDC_CHECK_FILE_NAME2            1016
#define IDC_CHECK_DIR_NAME2             1017
#define IDC_CHECK_SIZE2                 1018
#define IDC_CHECK_ATTRIBUTES2           1019
#define IDC_CHECK_LAST_WRITE2           1020
#define IDC_CHECK_LAST_ACCESS2          1021
#define IDC_CHECK_CREATION2             1022
#define IDC_CHECK_SECURITY2             1023
#define IDC_BTN_CLEAR1                  1024
#define IDC_BTN_CLEAR2                  1025

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1027
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions