Message ID for the Request "BuddyAlertOut":
RI_MESSAGE_BUDDYALERTOUT
This message is not called by the client!
If a client has defined a Buddy Alert and we will remove us
from this point during navigation, the navigator sets off this message.
So that the client is informed that we move away from the point.
<H2>Example:</H2>
#define USE_LOADLIBRARY
#include "TNSRemoteInterfaceDll.h"
LRESULT CDlgMFC_BuddyAlertIn::WindowProc ( UINT message , WPARAM wParam , LPARAM lParam )
{
{
int AlertID = (int) lParam;
}
return CDialog::WindowProc( message, wParam, lParam );
}