Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Retrieves the priority level for the job. The priority level determines when the job is processed relative to other jobs in the transfer queue.
Syntax
HRESULT GetPriority(
[out] BG_JOB_PRIORITY *pVal
);
Parameters
[out] pVal
Priority of the job relative to other jobs in the transfer queue.
Return value
This method returns the following HRESULT values, as well as others.
| Return code | Description |
|---|---|
|
Priority level was successfully retrieved. |
|
The pPriority parameter cannot be NULL. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Target Platform | Windows |
| Header | bits.h |
| Library | Bits.lib |
| DLL | QmgrPrxy.dll |