FILE_CREATE_TREE_CONNECTION - NtDoc

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

/**
 * Create a tree connection for this file in order to open it over the network.
 * This flag is not used by device and intermediate drivers.
 */
#define FILE_CREATE_TREE_CONNECTION         0x00000080

#endif

View code on GitHub

NtDoc

No description available.