Limor
2010-03-29 08:50:15 UTC
HI all
I am tring to print 3 DWORD to a binary log and all I get is garbage
this is me code :
DWORD dwCount=0;
DWORD Tick=GetTickCount();
int anser = WriteFile(buffer->address,&ProcessId,sizeof(DWORD),&NumberIRwrit1,
NULL);
anser = WriteFile(buffer->address,&Tick,sizeof(DWORD),&NumberIRwrit2,NULL);
anser = WriteFile(buffer->address,&dwCount,sizeof(DWORD),&NumberIRwrit3,NULL)
;DWORD ProcessId=GetCurrentProcessId();
can you ples help me? this is so important and I am losing my mayend!!!!!
Thanks
Limor
I am tring to print 3 DWORD to a binary log and all I get is garbage
this is me code :
DWORD dwCount=0;
DWORD Tick=GetTickCount();
int anser = WriteFile(buffer->address,&ProcessId,sizeof(DWORD),&NumberIRwrit1,
NULL);
anser = WriteFile(buffer->address,&Tick,sizeof(DWORD),&NumberIRwrit2,NULL);
anser = WriteFile(buffer->address,&dwCount,sizeof(DWORD),&NumberIRwrit3,NULL)
;DWORD ProcessId=GetCurrentProcessId();
can you ples help me? this is so important and I am losing my mayend!!!!!
Thanks
Limor