IRandomAccessStreamFileAccessMode interface (windowsstoragecom.h)

Provides access to the file access mode that was used when the StorageFile.OpenAsync method was called to open the random-access byte stream.

Inheritance

The IRandomAccessStreamFileAccessMode interface inherits from the IUnknown interface. IRandomAccessStreamFileAccessMode also has these types of members:

Methods

The IRandomAccessStreamFileAccessMode interface has these methods.

 
IRandomAccessStreamFileAccessMode::GetMode

Retrieves the file access mode that was used when the StorageFile.OpenAsync method was called to open the random-access byte stream.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header windowsstoragecom.h

See also

IRandomAccessStream

StorageFile.OpenAsync