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 possible streaming interface types.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmFileStreamingInterfaceType
public enum class _FsrmFileStreamingInterfaceType
type _FsrmFileStreamingInterfaceType
Public Enumeration _FsrmFileStreamingInterfaceType
Members
| Member name | Description | |
|---|---|---|
| FsrmFileStreamingInterfaceType_ILockBytes | Use an ILockBytes interface to stream the file. |
|
| FsrmFileStreamingInterfaceType_IStream | Use an IStream interface to stream the file. |
|
| FsrmFileStreamingInterfaceType_Unknown | The streaming interface type is unknown; do not use this value. |
See Also
_FsrmFileStreamingMode
GetFileStreamInterface
Microsoft.Storage Namespace
Return to top