Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeBehavior
"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.

...