Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
10/16/2014
This function converts the IP address to a string. Because it uses the internal static buffer, this is not a reentrant function.
Syntax
LPWSTR OALKitlIPtoString(
UINT32 ip4
);
Parameters
- ip4
[in] Specifies the IP address to be converted.
Return Value
Returns a string representing the IP address.
Requirements
Header |
oal_kitl.h |
Library |
Developer Implemented |
See Also
Reference
KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL