I have two application client /server
The client is a Active x created with MFC

When the client send CString , DWORD type data , using << operator of CArchive , the server retrieve this with no problem

But when I send a BYTE* pointer with ar::Write , I have a problem ,Is serialization necessary to do
this? How?