OALKitlCreateName (Windows CE 5.0)

Send Feedback

This function creates the KITL device name from the prefix and the MAC address.

VOID OALKitlCreateName(  LPSTR szPrefix,  UINT16 mac[3],  LPSTR szBuffer);

Parameters

  • szPrefix
    [in] Specifies the prefix, typically a hardcoded KITL value.
  • mac
    [in] Specifies the MAC address used for KITL Ethernet communication.
  • szBuffer
    [out] Receives the device name that results from the prefix and the MAC address. This value should have a size equal to OAL_KITL_ID_SIZE.

Return Values

None.

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.