Sun Java System Calendar Server 6 2005Q4 Developer's Guide

Method: Logout

Purpose

Logout a user.

Syntax

PRUint32 Init (char* aUser,PRInt32 *aReturnCode)=0;

Parameters

The method has the following two parameters:

aUser

The user ID of the user to be logged out. 

aReturnCode

On return, contains a constant that determines whether the server should continue with the default authentication procedure. 

One of the following constants: 

  • NS_CONTINUE_DEFAULT_PROCESSING

  • NS_OVERRIDE_DEFAULT_PROCESSING

Returns

NS_OK on success. A non-zero error code on failure.

Description

None.