3.2.4.2.1.4 State (get) (Opnum 10)

The State method returns the state FsrmCollectionState_Complete.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_COLLECTION | 0x02))] HRESULT State(
   [out, retval] FsrmCollectionState* state
 );

state: Pointer to a variable that upon completion contains the state FsrmCollectionState_Complete.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80004003

E_POINTER

The state parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that state is not NULL.

If any validation fails, the server MUST terminate processing and return a nonzero error code.

The server MUST set state to FsrmCollectionState_Complete.