The FsrmCommitOptions enumeration defines the different options that can be used when committing a collection of File Server Resource Manager Protocol objects.
typedef enum _FsrmCommitOptions
{
FsrmCommitOptions_None = 0x00000000,
FsrmCommitOptions_Asynchronous = 0x00000001
} FsrmCommitOptions;
FsrmCommitOptions_None: Use no options and commit the collection of objects synchronously.
FsrmCommitOptions_Asynchronous: Commit the collection of objects asynchronously.