Win32bind Function | |
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
[DllImportAttribute("WSOCK32", EntryPoint = "bind", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static int Win32bind(
uint s,
_WINsockaddr* _Addr,
int namelen
)
Request Example
View SourceParameters
- s
- Type: DWord
- _Addr
- Type: _WINsockaddr*
- namelen
- Type: Long
Return Value
Type:
LongSee Also