Message ID for the Request "BuddyAlertIn":
RI_MESSAGE_BUDDYALERTIN
This message is not called by the client!
If a client has defined a Buddy Alert and we approach
this point during navigation, the navigator sets off this message.
So that the client is informed that we reach 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 );
}