OALKitlStringToMAC (Windows CE 5.0)
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
Send Feedback on this topic to the authors