OBJ_CASE_INSENSITIVE - NtDoc

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

#define OBJ_CASE_INSENSITIVE                0x00000040L

#endif
#endif

View code on GitHub

This OBJECT_ATTRIBUTES flag indicates that the open operation should search for a named object in a case-insensitive manner.

Related flags

See also