Changeset 7901 for trunk/testapp
- Timestamp:
- Feb 14, 2002, 8:44:32 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testapp/network/OIPHLP/oiphlp.cpp
r7353 r7901 9 9 10 10 void doPrintIPAddressString(LPSTR lpstrTitle, 11 11 PIP_ADDR_STRING pipAddr) 12 12 { 13 13 printf("%s\n" … … 52 52 for (i = 0, pb=p->Address; 53 53 i < p->AddressLength; 54 i++, p ++)54 i++, pb++) 55 55 { 56 56 printf("%02xh ",
Note:
See TracChangeset
for help on using the changeset viewer.