IOCTL_VBRIDGE_SHARED_ETHERNET (Windows Embedded CE 6.0)

1/5/2010

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

The VMINI driver calls this I/O control via the KernelIoControl function.

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

Header pkfuncs.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

VMINI IOCTLs
OEMIoControl