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
![]() | |
---|---|
bitsadmin /GetNotifyInterface <Job> |
Parameters
Parameter | Description |
---|---|
Job |
The job's display name or GUID |
Remarks
Displays REGISTERED or UNREGISTERED.
![]() |
---|
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.
![]() | |
---|---|
C:\>bitsadmin /GetNotifyInterface myDownloadJob |