DEPRECATED: | Since Wildfire 5.0 | |||||||||||||
SUPERSEDED BY: | ProServerObjectIsModified | |||||||||||||
Description | ||||||||||||||
Note: This function is deprecated. Use ProServerObjectIsModified() instead. Returns the status of the given object in the workspace. |
||||||||||||||
Replacement in Object TOOLKIT: | pfcServer::IsObjectCheckedOut | |||||||||||||
pfcServer::IsObjectModified | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProWTUtils.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProServerObjectsUpload |