Win32listen Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax [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
)
Request Example
View SourceParameters
- s
- Type: DWord
- backlog
- Type: Long
Return Value
Type:
LongSee Also