OALKitlStringToMAC (Windows CE 5.0)

Send Feedback

This function converts a string to a MAC address.

BOOL OALKitlStringToMAC(  LPCWSTR szMAC,  UINT16 mac[]);

Parameters

  • szMac
    [in] Specifies the string representing a MAC address.
  • mac
    [out] Receives the MAC address.

Return Values

Returns TRUE if the conversion is successful. Otherwise, it returns FALSE.

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.