Symbol Reference
Symbol Reference
/ sgcWebSocket_WinAPI Namespace
/ Structs, Records, Enums / sgcWebSocket_WinAPI.WINHTTP_ASYNC_RESULT
Close
sgcWebSockets Classes
sgcWebSocket_WinAPI.WINHTTP_ASYNC_RESULT Record
Pascal
C++
C#
Visual Basic
public WINHTTP_ASYNC_RESULT = record dwResult: DWORD_PTR; dwError: DWORD; end;
Members
Description
dwResult: DWORD_PTR;
indicates which async API has encountered an error
dwError: DWORD;
the error code if the API failed

This is record sgcWebSocket_WinAPI.WINHTTP_ASYNC_RESULT.