Share via


IOCTL_VBRIDGE_CURRENT_PACKET_FILTER (Windows Embedded CE 6.0)

1/5/2010

This IOCTL is used by VMINI to pass on the filter setting requested by NDIS through OID_GEN_CURRENT_PACKET_FILTER.

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

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_VBRIDGE_CURRENT_PACKET_FILTER.
  • lpInBuf
    [in] Points to a DWORD size memory containing the filter setting to be applied to the debug Ethernet controller.
  • nInBufSize
    Not used, assuming lpInBuf points to at least 4 bytes of memory.
  • lpOutBuf
    Not used.
  • nOutBufSize
    Not used.
  • lpBytesReturned
    Not used.

Return Values

None.

Requirements

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

See Also

Reference

VMINI IOCTLs
OEMIoControl