Specifications
Chapter 30356
bool SCS_SiteDeleted()
Description
Notifies the DLL that the site has been deleted or that the site is no longer tied to this source
control system. It indicates that the source control system can delete its persistent information
for this site.
Arguments
const char siteName[64]
siteName
is a string that points to the name of the site. The name cannot exceed 64 characters.
Returns
true if successful; false otherwise.
bool SCS_SiteRenamed()
Description
Notifies the DLL when the user has renamed the site so that it can update its persistent
information about the site.
Arguments
const char oldSiteName[64], const char newSiteName[64]
• oldSiteName is a string that points to the original name of the site before it was renamed. The
name cannot exceed 64 characters.
• newSiteName is a string that points to the new name of the site after it was renamed. The
name cannot exceed 64 characters.
Returns
true if successful; false otherwise.
int SCS_GetNumNewFeatures()
Description
Returns the number of new features to add to Dreamweaver (for example, File History,
Differences, and so on).
Arguments
None.
Returns
An integer that indicates the number of new features to add to Dreamweaver. If the function
returns
< 0, Dreamweaver considers it an error and tries to retrieve the error message from the
DLL, if supported.
bool SCS_GetNewFeatures()
Description
Returns a list of menu items to add to the Dreamweaver main and context menus. For example,
the Sourcesafe DLL can add History and File Differences to the main menu.