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.
Syntax
typedef enum _FsrmFileStreamingInterfaceType {
FsrmFileStreamingInterfaceType_Unknown = 0,
FsrmFileStreamingInterfaceType_ILockBytes = 0x1,
FsrmFileStreamingInterfaceType_IStream = 0x2
} FsrmFileStreamingInterfaceType;
Constants
FsrmFileStreamingInterfaceType_Unknown Value: 0 The streaming interface type is unknown; do not use this value. |
FsrmFileStreamingInterfaceType_ILockBytes Value: 0x1 Use an ILockBytes interface to stream the file. |
FsrmFileStreamingInterfaceType_IStream Value: 0x2 Use an IStream interface to stream the file. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |