Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This function creates the KITL device name from the prefix and the MAC address.
Syntax
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 Value
None.
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