09-16-2013, 05:19 PM
No difference. In both cases it passes address of the variable (physically).
If using pointer (ROW2*mibInfo), then need &.
Physically ROW2&mibInfo and ROW2*mibInfo are the same.
If using pointer (ROW2*mibInfo), then need &.
Physically ROW2&mibInfo and ROW2*mibInfo are the same.
