IOCTL_VBRIDGE_SHARED_ETHERNET (Compact 2013)
10/16/2014
This I/O control message determines if the kernel and OAL code support shared Ethernet. The VMINI driver calls this message with KernelIoControl.
Syntax
BOOL KernelIoControl(
DWORD dwIoControlCode, // use IOCTL_VBRIDGE_SHARED_ETHERNET
LPVOID lpInBuffer, // pointer to input buffer
DWORD nInBufferSize, // input buffer size
LPVOID lpOutBuffer, // pointer to output buffer
DWORD nOutBufferSize, // output buffer size
LPDWORD lpBytesReturned // number of bytes returned
);
Parameters
- dwIoControlCode
[in] Control code for the operation. Use IOCTL_VBRIDGE_SHARED_ETHERNET for this operation.
- lpInBuffer
Not used.
- nInBufferSize
Not used.
- lpOutBuffer
Not used.
- nOutBufferSize
Not used.
- lpBytesReturned
Not used.
Return Values
TRUE if the OAL code supports shared Ethernet; otherwise, FALSE.
Requirements
Header |
pkfuncs.h |