INotifyJob
Beschreibung:
INotifyJob beinhaltet die Daten beim Aufruf einer Notification.
import "OxSvrSpt.idl"
Properties:
INotifyOutputParameters OutputParameters [get]
INotifyErrors Errors [get]
INotifyInputParameters InputParameters [get]
BSTR Name [get]
INotifyOutputFileParameters OutputFileParameters [get]
INotifyInputFileParameters InputFileParameters [get]
long UserData [get, set]
Dokumentation der Properties:
-
INotifyErrors Errors [get]
Errors liefert die Collection für die Aufnahme der Fehler.
Parameter:
[out]: pVal (VB-Rückgabeparameter) INotifyErrors -Collection
-
INotifyInputFileParameters InputFileParameters [get]
InputFileParameters liefert die Collection der an die Notification übergebenen
Fileparameter.
Parameter:
[out]: pVal (VB-Rückgabeparameter) INotifyInputFileParameters -Collection
-
INotifyInputParameters InputParameters [get]
InputParameters liefert die Collection der an die Notification übergebenen Parameter.
Parameter:
[out]: pVal (VB-Rückgabeparameter) INotifyInputParameters -Collection
-
BSTR Name [get]
Name liefert den Namen der Notification.
Parameter:
[out]: pVal (VB-Rückgabeparameter) Name der Notification
-
INotifyOutputFileParameters OutputFileParameters [get]
OutputFileParameters liefert die Collection der Ausgabe-Fileparameter.
Parameter:
[out]: pVal (VB-Rückgabeparameter) INotifyOutputFileParameters -Collection
-
INotifyOutputParameters OutputParameters [get]
OutputParameters liefert die Collection der Ausgabeparameter.
Parameter:
[out]: pVal (VB-Rückgabeparameter) INotifyOutputParameters -Collection
-
long UserData [get, set]
UserData liefert und setzt die Benutzerdaten der Notification.
Parameter:
[out]: pVal (VB-Rückgabeparameter) Benutzerdaten der Notification
[in]: newVal Benutzerdaten der Notification