IOCTL_VBRIDGE_GET_ETHERNET_MAC (Windows CE 5.0)

Send Feedback

This IOCTL is used by VMINI to determine the MAC address to be used by the virtual adapter instance VMINI1.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_VBRIDGE_GET_ETHERNET_MAC.
  • lpInBuf
    Not used.
  • nInBufSize
    Not used.
  • lpOutBuf
    [out] Points to memory with a size of at least 6 bytes to receive the MAC address used by the debug Ethernet controller.
  • nOutBufSize
    Not used.
  • lpBytesReturned
    Not used.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.

See Also

OEMIoControl | VMINI IOCTLs

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.