Advertisement

hi!, how do you send your messages thru directplay8...

Started by March 29, 2002 07:49 AM
2 comments, last by mickey 22 years, 11 months ago
so for each and every message are you use a SendTo() function? so if you need to send in 3 variables, you''d have to use 3 SendTo() function on a single process/function/code/part ? just wanna know, thanks!
http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,
I don't know the answer, but i would bet that the Microsoft MSDN does...



[edited by - Mrbeaner on March 29, 2002 11:46:50 AM]
------------------------------------------VOTE Patrick O'GradyWrite in Presidential CandidateThe Candidate who Cares.
Advertisement
You''d probably copy all of your variables into a buffer and send it in one call.


Helpful links:
How To Ask Questions The Smart Way | Google can help with your question | Search MSDN for help with standard C or Windows functions
MrBeaner:

yes i was thinking about that but how do you do that, but how is something like that exactly done?

okey SendTo function has one parameter that contains a pointer to a buffer(located inside a struct), so how do i put everything inside this pointer to a buffer then?

thanks!

siaspete:
thanks you just gave me a lot of help!
http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,

This topic is closed to new replies.

Advertisement