IOCTL_VBRIDGE_WILD_CARD_RESET_BUFFER (Compact 2013)
10/16/2014
This I/O control message requests VBridge to reset its Tx and Rx buffers. The VMINI driver calls this message with KernelIoControl.
Syntax
BOOL KernelIoControl(
DWORD dwIoControlCode, // use IOCTL_VBRIDGE_WILD_CARD
LPVOID lpInBuffer, // use IOCTL_VBRIDGE_WILD_CARD_RESET_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_WILD_CARD for this operation.
- lpInBuffer
[in] Set to IOCTL_VBRIDGE_WILD_CARD_RESET_BUFFER.
- nInBufferSize
Not used.
- lpOutBuffer
Not used.
- nOutBufferSize
Not used.
- lpBytesReturned
Not used.
Return Values
None.
Remarks
This I/O control is passed in lpInBuffer of IOCTL_VBRIDGE_WILD_CARD.
Requirements
Header |
pkfuncs.h |