Documentación de la API > Windchill servers > Object ProServerworkspacedata > Function ProServerworkspacedataContextGet
Function ProServerworkspacedataContextGet
Description
Returns the name of the context from the workspace data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerworkspacedataContextGet
(
/* (In)
The workspace data.
*/
wchar_t** context
/* (Out)
The context used for the workspace. Free this using ProWstringFree().
*/
)
Returns
The function succeeded.
One or more inputs was invalid.
No context was found (the server was from WC 6.2.6)
Sample Code References
User Guide References
¿Fue esto útil?