Functions.Win32listen 方法 | |
命名空间:
VOInternetClasses
程序集:
VOInternetClasses (在 VOInternetClasses.dll 中) 版本:2.22 GA
语法 [DllImportAttribute("WSOCK32", EntryPoint := "listen", CharSet := CharSet.Auto,
ExactSpelling := TRUE, SetLastError := TRUE)]
FUNCTION Win32listen(
s AS DWORD,
backlog AS LONG
) AS LONG
[DllImportAttribute("WSOCK32", EntryPoint = "listen", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static int Win32listen(
uint s,
int backlog
)
查看代码参数
- s
- 类型:UInt32
- backlog
- 类型:Int32
返回值
类型:
Int32参见