Win32getpeername Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax [DllImportAttribute("WSOCK32", EntryPoint := "getpeername", CharSet := CharSet.Auto,
ExactSpelling := TRUE, SetLastError := TRUE)]
FUNCTION Win32getpeername(
s AS DWORD,
name AS _WINsockaddr_in*,
namelen AS LONG*
) AS LONG
[DllImportAttribute("WSOCK32", EntryPoint = "getpeername", CharSet = CharSet.Auto,
ExactSpelling = true, SetLastError = true)]
public static int Win32getpeername(
uint s,
_WINsockaddr_in* name,
int* namelen
)
Request Example
View SourceParameters
- s
- Type: DWord
- name
- Type: _WINsockaddr_in*
- namelen
- Type: Long*
Return Value
Type:
LongSee Also