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

HeaderBWYSystemsServer.h
LibraryBWYSystemsServer.lib
DLLBWYSystemsServer.dll

Linux Requirements

HeaderBWYSystemsServer.h
Shared LibrarylibBWYSystemsServer.so