IFsrmDerivedObjectsResult.results Property
Retrieves the HRESULT values that indicate the success or failure of the update for each derived object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection results { get; }
property IFsrmCollection^ results {
IFsrmCollection^ get();
}
abstract results : IFsrmCollection with get
ReadOnly Property results As IFsrmCollection
Property Value
Type: Microsoft.Storage.IFsrmCollection
An IFsrmCollection containing a collection of HRESULT values. Each item of the collection is a variant of type VT_I4. Use the lVal member of the variant to access the HRESULT value.
Remarks
The DerivedObjects property contains the corresponding list of derived objects.
For an example, see Updating a File Screen.
See Also
IFsrmDerivedObjectsResult Interface
Microsoft.Storage Namespace
Return to top