SYMBOLIC_LINK_QUERY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTOBAPI_H
//
// Symbolic Link Specific Access Rights
//
#ifndef SYMBOLIC_LINK_QUERY

#define SYMBOLIC_LINK_QUERY 0x0001

#endif
#endif

View code on GitHub

No description available.