Logout method Description Ends the current user session when the user logs out. Syntax HRESULT Logout( [out,retval] enum V11ReturnCode* returnCode); Parameters None. Return value The Logout method returns the method-call status of type V11ReturnCode. For possible values, see “V11ReturnCode enumerated type” . Sample code Visual C++ VWorks4Lib.V11ReturnCode retCode; retCode = oVWorksCOM->Logout(); Visual Basic .NET Dim retCode as VWorks4Lib.V11ReturnCode retCode = oVWorksCOM.Logout() Related information For information about... See... Login method “Login method” ShowLoginDialog method “ShowLoginDialog method”