3.2.4.2.13.2 Results (get) (Opnum 8)
The Results (get) method returns the collection HRESULTS received when committing derived objects that were updated as a result of the source template's call to CommitAndUpdateDerived.
-
[propget, id(FSRM_PROPERTY(FSRM_DISPID_DERIVEDOBJECTSRESULT | 0x02))] HRESULT Results( [out, retval] IFsrmCollection** results );
results: Pointer to an IFsrmCollection interface pointer (section 3.2.4.2.1) that upon completion contains HRESULTS for the committing of derived objects that were updated as a result of the source template's call to CommitAndUpdateDerived. A caller MUST release the collection interface received when it is done with it.
Return Values: The method MUST return zero on success, or a nonzero error code on failure.
-
Return value/code
Description
0x80070057
E_INVALIDARG
The results parameter is NULL.
Upon receiving this message, the server MUST validate parameters:
Verify that results is not NULL.
If any validation fails, the server MUST terminate processing and return a nonzero error code.
The server MUST set results to DerivedQuotaResults.
The server MUST do one of the following or return a nonzero error code:
Set results to DerivedAutoApplyQuotaResults if the calling template is auto apply quota.
Set results to DerivedQuotaResults if the calling template is a directory quota template.
Set results to DerivedFileScreenResults if the calling template is a file screen template.