Parameter
|
Description
|
adapt
|
String identifier for adapter (case sensitive).
For the PTC Server connection: PTC Server
|
userid
|
User ID for desired repository.
|
pw
|
User's password for access to desired repository.
|
dmsid
|
Identifier for repository.
For the PTC Server connection: URL to the PTC Server.
|
adptdata
|
Adapter data.
For the PTC Server connection: Use the context and workspace separated by a comma. For example: "context=ProductA,workspace=ws1"
|
mode
|
Set to one of two values: interactive or batch. Use the interactive setting if the function is being called as a result of a user interface event (for example, clicking a connect button on a dialog). Use the batch setting if you are connecting to the repository using a batch script. If no value (that is, "") is given, mode will default to batch.
|
win
|
If the mode parameter is set to interactive, set the win parameter to the window handle for the dialog that called sess_start. If the mode parameter was set to anything other than interactive, set this value to zero (0).
|