Share via


IOCTL_VBRIDGE_WILD_CARD_VB_INITIALIZED (Windows Embedded CE 6.0)

1/5/2010

This IOCTL is used by VMINI to find out if VBridge has been initialized by the kernel and OAL code.

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

Parameters

  • lpInBuf
    [in] Set to IOCTL_VBRIDGE_WILD_CARD_VB_INITIALIZED.
  • nInBufSize
    Not used.
  • lpOutBuf
    [out] Points to 4 bytes of memory to receive TRUE or FALSE.
  • nOutBufSize
    Not used.
  • lpBytesReturned
    [in] Size of DWORD for successful call.

Return Values

None.

Requirements

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

See Also

Reference

VMINI IOCTLs
OEMIoControl
IOCTL_VBRIDGE_WILD_CARD