OALKitlMACtoString (Windows CE 5.0)

Send Feedback

This function converts the MAC address to a string. Because it uses the internal static buffer, this is not a reentrant function.

LPWSTR OALKitlMACtoString(  UINT16 mac[]);

Parameters

  • mac
    [in] Specifies the MAC address used for KITL Ethernet communication.

Return Values

String representing the MAC address.

Remarks

Requirements

OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined

See Also

KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.