API-Dokumentation > Windchill servers > Object ProServer > Function ProServerObjectStatusGet
Function ProServerObjectStatusGet
DEPRECATED:
Since Wildfire 5.0
Description
Note: This function is deprecated. Use ProServerObjectIsModified() instead. Returns the status of the given object in the workspace.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWTUtils.h>
ProServerObjectStatusGet
(
wchar_t* server
/* (In)
The server alias.
*/
wchar_t* workspace
/* (In)
The workspace name.
*/
wchar_t* object_name
/* (In)
The object name
*/
ProBoolean* checkout_status
/* (Out)
PRO_B_TRUE if the object is currently checked out.
*/
ProBoolean* modified
/* (Out)
PRO_B_TRUE if the object is modified locally.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
The given object is not in the workspace.
The server was not registered or the workspace couldn't be found on the server.
See Also
Sample Code References
User Guide References
War dies hilfreich?