_FsrmFileStreamingInterfaceType Enumeration
Defines the possible streaming interface types.
Assembly: srmlib (in srmlib.dll)
| 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. |
Community Additions
ADD
Show: