Package EOorg.EOeolang.EOsys.Win32
EO runtime, windows.
- Since:
- 0.40
-
Interface Summary Interface Description BaseTSD Based on basetsd.h (various types).Kernel32 Interface definitions forkernel32.dll
.WinBase Ported from Winbase.h (kernel32.dll/kernel services).Wincon Ported from Wincon.h.WinDef Ported from Windef.h (various macros and types).WinNT This module defines the 32-Bit Windows types and constants that are defined by NT, but exposed through the Win32 API.Winsock Interface definitions forWS2_32.dll
. -
Class Summary Class Description AcceptFuncCall The socket WS2_32 function call.BaseTSD.ULONG_PTR Unsigned long ptr.BindFuncCall The socket WS2_32 function call.ClosesocketFuncCall The closesocket WS2_32 function call.ConnectFuncCall The 'connect' WS2_32 function call.GetCurrentProcessIdFuncCall GetCurrentProcessId kernel32 function call.GetEnvironmentVariableFuncCall GetEnvironmentVariable kernel32 function call.GetSystemTimeFuncCall GetSystemTime kernel32 function call.GetSystemTimeFuncCall.SystemTime System time structure.InetAddrFuncCall The 'inet_addr' WS2_32 function call.ListenFuncCall WriteFile kernel32 function call.ReadFileFuncCall ReadFile kernel32 function call.RecvFuncCall ReadFile kernel32 function call.SendFuncCall WriteFile kernel32 function call.SocketFuncCall The socket WS2_32 function call.WinBase.OVERLAPPED The Overlapped structure contains information used in asynchronous (or overlapped) input and output (I/O).WinBase.SECURITY_ATTRIBUTES The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable.WinDef.DWORD The 32-bit unsigned integer.WinDef.WORD The 16-bit unsigned integer.WinNT.HANDLE Handle to an object.WriteFileFuncCall WriteFile kernel32 function call.WSACleanupFuncCall WSACleanup WS2_32 function call.WSAGetLastErrorFuncCall WSAGetLastError WS2_32 function call.WSAStartupFuncCall WSAStartup WS2_32 function call.WSAStartupFuncCall.WSAData The WSAData structure contains information about the implementation of Windows sockets.