ITask::get_ExtendedTaskTerms method

Retrieves the application-defined extended terms for the task.

Syntax

HRESULT get_ExtendedTaskTerms(
  [out] INameValueCollection **pRetVal
);

Parameters

  • pRetVal [out]
    An INameValueCollection interface that contains the collection of extended terms. To retrieve the list, call the INameValueCollection::GetEnumerator method. The variant type for each item in the collection is VT_DISPATCH. Query the pdispVal member of the variant for the INameValue interface. The collection is empty if no terms have been set.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Remarks

For more information about task terms, see ITask::SetExtendedTaskTerm.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

ITask

ITask::SetExtendedTaskTerm