MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 132

Dreamweaver api reference
Table of Contents

Advertisement

bool SCS_GetFileCheckoutList()
Description
This function returns a list of users who have a file checked out. If the list is empty, no one has
the file checked out.
Arguments
void *connectionData, const char *remotePath, char checkOutList[][64], char
emailAddressList[][64], const int numCheckedOut
The
connectionData
Dreamweaver during the
The
remotePath
it checked out.
The
checkOutList
the file checked out. Each user string cannot exceed a maximum length of 64 characters.
The
emailAddressList
addresses. Each e-mail address string cannot exceed a maximum length of 64 characters.
The
numCheckedOut
This is returned from
Returns
A Boolean value:
true
int SCS_GetErrorMessageLength()
Description
This function returns the length of the DLL's current internal error message. This allocates the
buffer that passes into the
if an API function returns
Arguments
void *connectionData
The
connectionData
Dreamweaver during the
Returns
An integer that represents the length of the error message.
132
The Source Control Integration API
argument is a pointer to the agent's data that passed into
call.
Connect()
argument is the remote file or folder path to check how many users have
argument is a list of strings that corresponds to the users who have
argument is a list of strings that corresponds to the users' e-mail
argument is the number of people who have the file checked out.
GetNumCheckedOut()
if successful;
false
GetErrorMessage()
or
, which indicates a failure of that API function.
false
<0
argument is a pointer to the agent's data that passed into
call.
Connect()
.
otherwise.
function. This function should be called only

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents