Bitsadmin /getnotifyinterface |
Applies To: Windows Vista,Windows Server 2008 R2,Windows Server 2008
Determines if another program has registered a COM callback interface for the specified job.
Syntax
Copy Code |
|
bitsadmin /GetNotifyInterface <Job> |
Parameters
Parameter |
Description |
Job |
The job's display name or GUID |
Remarks
Displays REGISTERED or UNREGISTERED.
Note |
It is not possible to determine the program that registered the callback interface. |
Examples
The following example retrieves the notify interface for the job named myDownloadJob.
Copy Code |
|
C:\>bitsadmin /GetNotifyInterface myDownloadJob |