Click or drag to resize

Win32bind Function

X#

Namespace:  VOInternetClasses
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax
[DllImportAttribute("WSOCK32", EntryPoint := "bind", CharSet := CharSet.Auto, 
	ExactSpelling := TRUE, SetLastError := TRUE)]
 FUNCTION Win32bind(
	s AS DWORD,
	_Addr AS _WINsockaddr*,
	namelen AS LONG
) AS LONG
Request Example View Source

Parameters

s
Type: DWord
_Addr
Type: _WINsockaddr*
namelen
Type: Long

Return Value

Type: Long
See Also