📄 wsnbdef.h
字号:
// Module Name: wsnbdef.h
//
// Description:
// This file contains common defines and function prototype
// used by the NetBIOS Winsock samples.
//
#define MAX_BUFFER 16000
#define DEFAULT_COUNT 20
#define INVALID_LANA 0x80000000
BOOL FindProtocol(WSAPROTOCOL_INFO **wsapi, DWORD *dwCount);
void CullInvalidProviders(WSAPROTOCOL_INFO *wsapi, DWORD *dwCount);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -