Hi,
If variable 'b' is a type of struct, say

struct data {
char packet[32];
int alert;
};
....
data *b;
what function from the winsock library can I use to send b to a remote client or server ??? CAN SOMEONE PLEASE HELP ME ??