Guest User

Why the functions doesn't execute completely

a guest
Feb 27th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. RILCELLTOWERINFO* pCellInfo = (RILCELLTOWERINFO*)lpData;
  2.  
  3. CCellTower *pCellTower = (CCellTower*)cbData;
  4. if(pCellTower != NULL)
  5. {
  6. pCellTower->m_pCellTowerInfo = pCellInfo;
  7. }
  8.  
  9. RILCELLTOWERINFO* pCellInfo = (RILCELLTOWERINFO*)lpData;
  10.  
  11. CCellTower *pCellTower = (CCellTower*)cbData;
  12. if(pCellTower != NULL)
  13. {
  14. //pCellTower->m_pCellTowerInfo = pCellInfo;
  15. }
Add Comment
Please, Sign In to add comment