<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

STATFLAG

enum STATFLAG
Indicate whether the method should try to return a name in the pwcsName member of the STATSTG structure.

Requests that the statistics include the pwcsName member of the STATSTG structure.

Read more on docs.microsoft.com.

Requests that the statistics not include the pwcsName member of the STATSTG structure. If the name is omitted, there is no need for the ILockBytes::Stat, IStorage::Stat, and IStream::Stat methods methods to allocate and free memory for the string value of the name, therefore the method reduces time and resources used in an allocation and free operation.

Read more on docs.microsoft.com.

Not implemented.