SysSockGetNextAdapterInfo (FUN)ΒΆ
FUNCTION SysSockGetNextAdapterInfo : RTS_IEC_HANDLE
Get adapter information struct of the next network adapter from the adapter list.
Note: It may took a while until a change of the adapter configuration is reflected here.
- InOut:
- Scope - Name - Type - Comment - Return - SysSockGetNextAdapterInfo- RTS_IEC_HANDLE- Handle to be passed to SysSockGetNextAdapter() to retrieve the next adapter information. - Input - hPrevAdapter- RTS_IEC_HANDLE- Handle returned by SysSockGetFirstAdapter() or by previous call of SysSockGetNextAdapter() - pAdapterInfo- POINTER TO SOCK_ADAPTER_INFORMATION - Network adapter information structure - puxiAdapterInfoSize- POINTER TO __UXINT - Size in bytes of SOCK_ADAPTER_INFORMATION; returns structure size from external implementation - pResult- POINTER TO RTS_IEC_RESULT - Pointer to runtime system error code (see CmpErrors.library) 
