IRandomAccessStreamFileAccessMode interface

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

Members

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

Methods

The IRandomAccessStreamFileAccessMode interface has these methods.

MethodDescription
GetMode

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

 

Requirements

Minimum supported client

Windows 10 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Windowsstoragecom.h

DLL

Windows.storage.dll

See also

IRandomAccessStream
StorageFile.OpenAsync

 

 

Show: