
Replacement in Object TOOLKIT: |

ProServerRegister | |
( wchar_t* alias /* (In) The name used by Creo Parametric to refer to this server. */ wchar_t* location /* (In) The root location for the server. */ wchar_t* workspace /* (In) The name of the workspace to use. */ wchar_t** aliased_url /* (Out) Aliased url for the registered workspace. Free this string using ProWstringFree() */ ) |

The function succeeded. | |
One or more inputs was invalid. | |
A server with this alias or location/workspace is already registered. | |
The server couldn't be found at the given location. | |
Authentication failed. | |
The workspace couldn't be found or created. | |
There is no license to work with the server. | |
The server version is not supported. | |
If any other error occures. |


