Share via


ITsMediaClass::NumSteps Property

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager, the NumSteps property contains the number of steps necessary for task sequence media creation.

[IDL]
HRESULT NumSteps([out,retval] long* NumSteps);

Parameters

  • NumSteps
    Data type: long

    Qualifiers: [out, retval]

    Pointer to the number of steps.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following value.

  • S_OK
    The method succeeded.

Remarks

NumSteps can be used only with asynchronous media creation.

You can use NumSteps with ITsMediaClass::CurrentStep Property to estimate the overall progress of media creation.

See Also

Concepts

ITsMediaClass Interface
ITsMediaClass::CurrentStep Property