KACF_OLE32DOCFILEUSELEGACYNTFSFLAGS - NtDoc

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

#define KACF_OLE32DOCFILEUSELEGACYNTFSFLAGS 0x00010000

#endif

View code on GitHub

This application compatibility flag used to be documented in early Windows 10 EWDK.

Applicable to

Meaning

If set, APIs that open a docfile for writing (StgOpenStorageEx, etc.) will revert to passing FILE_SHARE_WRITE when calling CreateFile, even if the STGM_SHARE_DENY_WRITE flag is specified.

Related flags