ISmpUserEvents::OnUserLogout

Salesmate +

It is used to used show the logout message box

Example code

CString strName;
strName=strUserLoginName;
CString strMsg(strName);
strMsg+=_T(" Logged out");
AfxMessageBox(strMsg);
return S_OK;

(C) 1999-2001 My Company All rights reserved