IOCTL_VBRIDGE_WILD_CARD (Compact 2013)
10/16/2014
This I/O control message passes extra I/O controls that VBridge can recognize. The VMINI driver calls this message with KernelIoControl.
Syntax
BOOL KernelIoControl(
DWORD dwIoControlCode, // use IOCTL_VBRIDGE_WILD_CARD
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_WILD_CARD for this operation.
- lpInBuffer
[in] Used by VMINI to pass information to VBridge.
- nInBufferSize
[in] Used by VMINI to pass information to VBridge.
- lpOutBuffer
[out] Used by VMINI to pass information to VBridge.
- nOutBufferSize
[in] Used by VMINI to pass information to VBridge.
- lpBytesReturned
[in] Used by VMINI to pass information to VBridge.
Return Values
None.
Requirements
Header |
pkfuncs.h |
See Also
Reference
VMINI IOCTLs
IOCTL_VBRIDGE_WILD_CARD_RESET_BUFFER
IOCTL_VBRIDGE_WILD_CARD_VB_INITIALIZED
OEMIoControl