BWYServerSendData Function
Overview
Send data to a client.
Declaration
BOOL WINAPI BWYServerSendData(HANDLE hClient, BYTE *lpSend, ULONG nBytes);
Parameters
- hClient
The client handle where the data will be sent.
- lpSend
A BYTE pointer to data which will be sent to the client.
- nBytes
The number of bytes in lpSend.
Return Value
This function returns TRUE if it succeeded. Otherwise this function returns FALSE.
Windows Requirements
| Header | BWYSystemsServer.h |
| Library | BWYSystemsServer.lib |
| DLL | BWYSystemsServer.dll |
Linux Requirements
| Header | BWYSystemsServer.h |
| Shared Library | libBWYSystemsServer.so |