Share via


IOCTL_VBRIDGE_GET_ETHERNET_MAC

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 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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.