_FsrmFileStreamingInterfaceType Enumeration

 

Defines the possible streaming interface types.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Public Enumeration _FsrmFileStreamingInterfaceType

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: