FsrmCommitOptions enumeration (fsrmenums.h)
Defines the options for committing a collection of objects.
Syntax
typedef enum _FsrmCommitOptions {
FsrmCommitOptions_None = 0,
FsrmCommitOptions_Asynchronous = 0x1
} FsrmCommitOptions;
Constants
FsrmCommitOptions_None Value: 0 Use no options and commit the collection of objects synchronously. |
FsrmCommitOptions_Asynchronous Value: 0x1 Reserved. Do not use. |
Remarks
The FsrmCommitOptions_Asynchronous option is not supported.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |
See also
IFsrmCommittableCollection::Commit