Functions.Win32getpeername 方法 | |
命名空间:
VOInternetClasses
程序集:
VOInternetClasses (在 VOInternetClasses.dll 中) 版本:2.22 GA
语法 [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
)
查看代码参数
- s
- 类型:UInt32
- name
- 类型:_WINsockaddr_in*
- namelen
- 类型:Int32*
返回值
类型:
Int32参见