BWYServerGetGlobalData Function

Overview

Get the initially set custom data associated with the created server instance.

Declaration

LPVOID WINAPI BWYServerGetGlobalData(HANDLE hServer);

Parameters

  • hServer
    The server handle of the I/O completion ports TCP/IP server.

Return Value

If the function succeeds, the return value will be the value of lpGlobalData which would have been previously set when initializing the BWYSERVERSETUP structure for BWYServerCreate. If the function fails the return value will be NULL.

Remarks

This function can be used to retrieve global data previously set that would only be useful on a per server instance basis.

Windows Requirements

HeaderBWYSystemsServer.h
LibraryBWYSystemsServer.lib
DLLBWYSystemsServer.dll

Linux Requirements

HeaderBWYSystemsServer.h
Shared LibrarylibBWYSystemsServer.so