Page History
...
Type | Behavior |
---|---|
"Object" | Specify this type when need to pass an object. The Value parameter must be an SRP_COM object handle. Note: You can omit the Value parameter or set Value to "" or "NULL" to pass a null object reference. |
"Omitted" | Specify this type when you want to truly omit the parameter. The Value parameter is ignored. |
"Value" | Specify this type when you want to pass a simple value. This behavior is the same as the CALL service. |
...