I have a comunication Server-Client ,where i send from server to client an integer with CopyMemory function .My question is if i what to send a seccond integer by the same pointer obtained by MapViewOfFile can i just call CopyMemory to the same pointer , or i must create another FileMapp, obtain MapViewOfFile etc.Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|