OALKitlMACtoString (Windows Embedded CE 6.0)
1/5/2010
This function converts the MAC address to a string. Because it uses the internal static buffer, this is not a reentrant function.
Syntax
LPWSTR OALKitlMACtoString(
UINT16 mac[]
);
Parameters
- mac
[in] Specifies the MAC address used for KITL Ethernet communication.
Return Value
String representing the MAC address.
Requirements
Header | oal_kitl.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL