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.
Syntax
typedef enum _FsrmFileStreamingMode {
FsrmFileStreamingMode_Unknown = 0,
FsrmFileStreamingMode_Read = 0x1,
FsrmFileStreamingMode_Write = 0x2
} FsrmFileStreamingMode;
Constants
FsrmFileStreamingMode_Unknown Value: 0 The streaming mode is unknown; do not use this value. |
FsrmFileStreamingMode_Read Value: 0x1 Use the streaming interface for reading from the file. |
FsrmFileStreamingMode_Write Value: 0x2 Use the streaming interface for writing to 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) |