Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Retrieves the type of transfer being performed, such as a file download or upload.
Syntax
HRESULT GetType(
[out] BG_JOB_TYPE *pVal
);
Parameters
[out] pVal
Type of transfer being performed. For a list of transfer types, see the BG_JOB_TYPE enumeration.
Return value
This method returns the following HRESULT values, as well as others.
| Return code | Description |
|---|---|
|
Transfer type was successfully retrieved. |
|
The pJobType parameter cannot be NULL. |
Remarks
Specify the type of transfer when you create the job.
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 |