Documentación de la API > Windchill servers > Object ProServer > Function ProServerWorkspaceGet
Function ProServerWorkspaceGet
Description
Gets the workspace to use for a given server.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerWorkspaceGet
(
wchar_t* alias
/* (In)
The name used by Creo Parametric to refer to this server.
*/
wchar_t** workspace
/* (Out)
The name of the workspace in use. Free this string using ProWstringFree().
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
The server was not registered.
If any other error occures.
Sample Code References
User Guide References
¿Fue esto útil?