Share via


IOCTL_VBRIDGE_WILD_CARD_VB_INITIALIZED (Windows CE 5.0)

Send Feedback

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

The OEMIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_VBRIDGE_WILD_CARD.
  • 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Pkfuncs.h.

See Also

OEMIoControl | IOCTL_VBRIDGE_WILD_CARD

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.