Skip to content

Latest commit

 

History

History
77 lines (62 loc) · 2.57 KB

ne-fsrmenums-fsrmcollectionstate.md

File metadata and controls

77 lines (62 loc) · 2.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:fsrmenums._FsrmCollectionState
FsrmCollectionState (fsrmenums.h)
Defines the possible states of a collection object.
FsrmCollectionState
FsrmCollectionState enumeration [File Server Resource Manager]
FsrmCollectionState_Cancelled
FsrmCollectionState_Committing
FsrmCollectionState_Complete
FsrmCollectionState_Fetching
fs.fsrmcollectionstate
fsrm.fsrmcollectionstate
fsrmenums/FsrmCollectionState
fsrmenums/FsrmCollectionState_Cancelled
fsrmenums/FsrmCollectionState_Committing
fsrmenums/FsrmCollectionState_Complete
fsrmenums/FsrmCollectionState_Fetching
fsrm\fsrmcollectionstate.htm
fsrm
94d7cf83-7fa4-4fec-956d-f5b2e2c0bf68
12/05/2018
FsrmCollectionState, FsrmCollectionState enumeration [File Server Resource Manager], FsrmCollectionState_Cancelled, FsrmCollectionState_Committing, FsrmCollectionState_Complete, FsrmCollectionState_Fetching, fs.fsrmcollectionstate, fsrm.fsrmcollectionstate, fsrmenums/FsrmCollectionState, fsrmenums/FsrmCollectionState_Cancelled, fsrmenums/FsrmCollectionState_Committing, fsrmenums/FsrmCollectionState_Complete, fsrmenums/FsrmCollectionState_Fetching
fsrmenums.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2008
Windows
FsrmCollectionState
19H1
_FsrmCollectionState
fsrmenums/_FsrmCollectionState
FsrmCollectionState
fsrmenums/FsrmCollectionState
c++
APIRef
kbSyntax
HeaderDef
FsrmEnums.h
FsrmCollectionState

FsrmCollectionState enumeration

-description

Defines the possible states of a collection object.

-enum-fields

-field FsrmCollectionState_Fetching:1

The collection object is fetching data.

-field FsrmCollectionState_Committing:2

The collection object is committing its data.

-field FsrmCollectionState_Complete:3

The collection object is complete (has stopped fetching or committing data).

-field FsrmCollectionState_Cancelled:4

The collection operation (fetching or committing) was canceled.

-see-also

IFsrmCollection::State