IObjectCol2::get_LoadStatus

Meta Data Services Programming

Meta Data Services Programming

IObjectCol2::get_LoadStatus

This method is used to obtain the load status of the object collection.

HRESULT get_LoadStatus(     long *piStatus
)

Parts

piStatus

[out, retval]

One of the constant values: READY, INPROGRESS, CANCELLED, or FAILED.

Return Value

S_OK

The method completed successfully.

ErrorValues

The method failed to complete successfully.

See Also

IObjectCol2 Interface

IObjectCol2::Cancel