IOCTL_HAL_GET_RNDIS_MACADDR (Windows CE 5.0)

Send Feedback

This IOCTL allows an OEM to specify a MAC address for RNDIS.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_GET_RNDIS_MACADDR.
  • lpInBuf
    [in] Not used. Set to NULL.
  • nInBufSize
    [in] Not used. Set to zero.
  • lpOutBuf
    [out] Pointer to an output buffer containing the MAC address for RNDIS.
  • nOutBufSize
    [in] Set to the size of the output buffer.
  • lpBytesReturned
    [out] Set to 6.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h.

See Also

RNDIS Driver Implementation Guide

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.