|
|
|
|
|
GglDisconnect (Function) In french: GglDéconnecte Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again. Remark: This function is optional. Cnt is gglConnection // ... // use the Google connection // ... GglDisconnect(Cnt)
Syntax
GglDisconnect(<Connection> [, <Google service>])
<Connection>: gglConnection variable Name of the gglConnection variable corresponding to the connection to handle. <Google service>: Integer constant (or combination of constants) Google service to disconnect: | | gglServiceCalendar | "Google Calendar" service: Google calendar | gglServiceContacts | "Google Contacts" service: Management of Google contacts | gglServiceDocuments | "Google Documents List" service: Management of documents | gglServicePicasa | "Picasa" service |
If this parameter is not specified, all the services will be disconnected.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|