FILE_SESSION_AWARE - NtDoc

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

/**
 * The client opening the file or device is session aware and per session access is validated if necessary.
 */
#define FILE_SESSION_AWARE                  0x00040000

#endif

View code on GitHub

NtDoc

No description available.