Adobe 38040334 - Dreamweaver CS3 User Manual page 91

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

• The
argument is the name of the source control system. The name appears in the combo box for selecting
name
a source control system on the Source Control tab in the Edit Sites dialog box. The name can be a maximum of 32
characters.
• The
argument is a string that indicates the version of the DLL. The version appears on the Source
version
Control tab in the Edit Sites dialog box. The version can be a maximum of 32 characters.
• The
argument is a string that indicates the description of the source control system. The
description
description appears on the Source Control tab in the Edit Sites dialog box. The description can be a maximum of
256 characters.
• The
argument is a string that indicates the version of Dreamweaver that is calling the DLL. The
dwAppVersion
DLL can use this string to determine the version and language of Dreamweaver.
Returns
A Boolean value:
if successful;
true
bool SCS_Connect()
Description
This function connects the user to the source control system. If the DLL does not have log-in information, the DLL
must display a dialog box to prompt the user for the information and must store the data for later use.
Arguments
void **connectionData, const char siteName[64]
• The
connectionData
calling other API functions.
• The
argument is a string that points to the name of the site. The site name can be a maximum of 64
siteName
characters.
Returns
A Boolean value:
if successful;
true
bool SCS_Disconnect()
Description
This function disconnects the user from the source control system.
Arguments
void *connectionData
• The
connectionData
call.
Connect()
Returns
A Boolean value:
if successful;
true
otherwise.
false
argument is a handle to the data that the agent wants Dreamweaver to pass to it when
otherwise.
false
argument is a pointer to the agent's data that passed into Dreamweaver during the
otherwise.
false
DREAMWEAVER CS3
86
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents