cwinsock.specs.txt

来自「JK Proxy Project - Version 0.1 --------」· 文本 代码 · 共 20 行

TXT
20
字号
cwinsock.cpp specifications
---------------------------

This a more or less detailled description of what the code in this file
does, how it works and how it should be used.


Overview
--------
This module is my implementation of WinSock (= sockets for windows). It
fulfils all requirements given in 'csocket.specs.txt'.

Please read the code comments or the WinSock 1.x specification to 
understand this code.


Event handling
--------------
Each instance of CWinsock creates a hidden window whose window message
procedure is used to receive notification messages from WinSock.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?