Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the streaming modes to use for the file stream.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmFileStreamingMode
public enum class _FsrmFileStreamingMode
type _FsrmFileStreamingMode
Public Enumeration _FsrmFileStreamingMode
Members
| Member name | Description | |
|---|---|---|
| FsrmFileStreamingMode_Read | Use the streaming interface for reading from the file. |
|
| FsrmFileStreamingMode_Unknown | The streaming mode is unknown; do not use this value. |
|
| FsrmFileStreamingMode_Write | Use the streaming interface for writing to the file. |
See Also
GetFileStreamInterface
Microsoft.Storage Namespace
Return to top