I must be missing something. It's a pretty normal function. Just call it, then walk through the struct and get the value out. It's like 3 lines of code. Why is the debugger involved?
I suppose the one complication is you have to cast sockaddr to sockaddr_in but that's all documented
3 comments
[ 343 ms ] story [ 156 ms ] threadI suppose the one complication is you have to cast sockaddr to sockaddr_in but that's all documented