5 ms·
So, what does that mean, the goto fail portion of the code. It seems like it will go to that no matter what. What is the end outcome? Thanks in advanced
by cripto 13y ago
So, what does that mean, the goto fail portion of the code. It seems like it will go to that no matter what. What is the end outcome?
Thanks in advanced
- WaltSellers 13y agoAt that point the variable 'err' is still zero (noErr). So the function returns noErr, the caller thinks everything is good, and the communication is allowed.