Click or drag to resize

Win32listen Function

X#

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
Request Example View Source

Parameters

s
Type: DWord
backlog
Type: Long

Return Value

Type: Long
See Also