IOCTL_VBRIDGE_SHARED_ETHERNET (Windows CE 5.0)

Send Feedback

This IOCTL is used by VMINI to determine if the kernel and OAL code support shared Ethernet.

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_VBRIDGE_SHARED_ETHERNET.
  • lpInBuf
    Not used.
  • nInBufSize
    Not used.
  • lpOutBuf
    Not used.
  • nOutBufSize
    Not used.
  • lpBytesReturned
    Not used.

Return Values

True if the HAL code supports shared Ethernet; otherwise, FALSE is returned.

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.