DEDICATED_DATA_PORT - what is the purpose of it
- From: "Zdenko" <zdenko.s@xxxxxxxxxxxx>
- Date: Mon, 28 Apr 2008 13:07:24 +0300
I see lot of portions of code where compilation depends on
DEDICATED_DATA_PORT
Ex:
#ifdef DEDICATED_DATA_PORT
// Allocate a device handle
pDevice = new CComHandle;
if (!pDevice || !pDevice->Init()) {
DEBUGMSG(ZONE_ERROR, (TEXT("RILDrv : E : COM_Init failed when called
from COM_OpenInternal\r\n")));
goto Error;
}
g_dwComInitData = (DWORD)pDevice;
#endif
What is the purpose of DEDICATED_DATA_PORT?
Zdenko
.
- References:
- Prev by Date: Re: enfora RIL driver CE 6 - how does it communicate with Cellcore, RILProxy
- Next by Date: This application requires a newer version of the .NET Compact fram
- Previous by thread: Re: enfora RIL driver CE 6 - how does it communicate with Cellcore, RILProxy
- Next by thread: Alternative to using Outlook session for email
- Index(es):