IOCTL_VBRIDGE_GET_ETHERNET_MAC (Windows Embedded CE 6.0)
1/5/2010
This IOCTL is used by VMINI to determine the MAC address to be used by the virtual adapter instance VMINI1.
The VMINI driver calls this I/O control via the KernelIoControl function.
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
Header | pkfuncs.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |