can not receive balance and changes in Extended pumping mode

 

Hello,


Why I can not receive balance and changes in Extended pumping mode ?

void __stdcall PumpingNotify(int code,int type,void *data,void *param)

{

if(code==PUMP_UPDATE_USERS && data!=NULL)

{

UserRecord m_User=*(UserRecord*)data;

switch(type)

{

case TRANS_UPDATE:

m_AccountData.Update(m_User);

break;

}

}

}

Please send me any solution "receive balance and changes in Extended pumping mode" .

Thanks