#define USE_LOADLIBRARY
#include "TNSRemoteInterfaceDll.h"
LPARAM GetUniqueID()
{
static LPARAM id = 0;
if (++id == 0) ++id;
return id;
}
inline LRESULT RI_MESSAGE( const UINT request, HWND h_client, LPARAM id )
{
PostMessage(
RI_GetTNS(), request, WPARAM(h_client),
id );
}
LRESULT CDlgMFC_StopGPSRecord::WindowProc ( UINT message , WPARAM wParam , LPARAM lParam )
{
{
{
}
}
return CDialog::WindowProc( message, wParam, lParam );
}
void CDlgMFC_StopGPSRecord::foo()
{
LPARAM id = GetUniqueID();
else
}