Description | ||||||||||||||
Checks if the given object is modified in workspace/locally. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcServer::IsServerObjectModified | |||||||||||||
Synopsis | ||||||||||||||
#include <ProWTUtils.h> | ||||||||||||||
ProError | ProServerObjectIsModified | ( | ||||||||||||
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 to active workspace. PRO_B_FALSE for one of the following cases:
|
||||||||||||||
*/ | ||||||||||||||
ProBoolean* modifiedLocally | ||||||||||||||
/* (Out) | ||||||||||||||
PRO_B_TRUE if the object got modified locally. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* modifiedInWS | ||||||||||||||
/* (Out) | ||||||||||||||
PRO_B_TRUE if the object got modified in Workspace. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProServerObjectsUpload |