Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IBackgroundCopyJob::GetNotifyFlags method (bits.h)
Retrieves the event notification flags for the job.
Syntax
HRESULT GetNotifyFlags(
[out] ULONG *pVal
);
Parameters
[out] pVal
Identifies the events that your application receives. The following table lists the event notification flag values.
| Value | Meaning |
|---|---|
|
All of the files in the job have been transferred. |
|
An error has occurred. |
|
Event notification is disabled. If set, BITS ignores the other flags. |
|
The job has been modified. |
Return value
This method returns the following HRESULT values, as well as others.
| Return code | Description |
|---|---|
|
Event notify flags were successfully retrieved. |
|
Must pass the address of pNotifyFlags. |
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 |
See also
Feedback
Was this page helpful?
