?? server.h
字號:
#include <windowsx.h>
#include <windows.h>
#include <stdio.h> /* for sprintf */
#include <string.h> /* for strlen */
#include <memory.h>
#define MAX_PENDING_CONNECTS 4
#define NO_FLAGS_SET 0 /* Used with recv()/send() */
#define MY_MSG_LENGTH 80
#define WSA_ACCEPT (WM_USER + 0)
#define WSA_READ (WM_USER + 1)
int StartUp(void);
BOOL CALLBACK DialogProc(HWND, UINT, WPARAM, LPARAM);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -