Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 *pPriority
);
Parameters
-
pPriority [out]
-
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. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 10, version 1709 [desktop apps only] |
| Minimum supported server |
Windows Server, version 1709 [desktop apps only] |
| Header |
|
| IDL |
|
| Library |
|
| DLL |
|
| IID |
IID_IBackgroundCopyJob is defined as 37668D37-507E-4160-9316-26306D150B12 |