Freigeben über


IJob::get_SoftwareLicense method

Retrieves information about the required licenses.

Syntax

HRESULT get_SoftwareLicense(
  [out] BSTR *pRetVal
);

Parameters

  • pRetVal [out]
    The required licenses. The format is string:integer{,string:integer}, where each string is the name of an application and each integer represents how many licenses for the application are required.

Return value

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

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob

IJob::put_SoftwareLicense