FILE_NOTIFY_CHANGE_FILE_NAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H

//
// NtNotifyChangeDirectoryFile information
//

#define FILE_NOTIFY_CHANGE_FILE_NAME    0x00000001   // winnt

#endif

View code on GitHub

No description available.