Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an enumerable object.
Syntax
HRESULT CreateClusterEnumerable(
[out] IClusterEnumerable **pRetVal
);
Parameters
- pRetVal [out]
An IClusterEnumerable interface that you use to add objects to the enumeration.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, call the ICluster::get_ErrorMessage method.
Examples
For an example that creates and adds items to the enumerable object, see Submitting a Job to the Scheduling Queue.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |