BWYServerGetGlobalData Function
Overview
Get the initially set custom data associated with the created server instance.
Declaration
LPVOID WINAPI BWYServerGetGlobalData(HANDLE hServer);
Parameters
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
| Header | BWYSystemsServer.h |
| Library | BWYSystemsServer.lib |
| DLL | BWYSystemsServer.dll |
Linux Requirements
| Header | BWYSystemsServer.h |
| Shared Library | libBWYSystemsServer.so |