Share via


OALIoCtlVBridge (Windows Embedded CE 6.0)

1/5/2010

This function is the IOCTL handler for VBridge related IOCTLs.

Syntax

BOOL OALIoCtlVBridge(
  UINT32 code,
  VOID *pInpBuffer,
  UINT32 inpSize,
  VOID *pOutBuffer,
  UINT32 outSize,
  UINT32 *pOutSize
);

Parameters

  • code
    [in] Specifies the Vbridge IOCTL.
  • pInpBuffer
    [out] Pointer to the input buffer that can contain additional information associated with the code parameter.
  • inpSize
    [in] Size in bytes of pInpBuffer.
  • pOutBuffer
    [out] Pointer to the output buffer supplied by the caller.
  • outSize
    [in] Specifies the maximum number of bytes that can be returned in pOutBuffer.
  • pOutSize
    [in] Specifies the maximum number of bytes that can be returned in pOutBuffer.

Return Value

TRUE indicates success.

FALSE indicates failure.

Remarks

Add this function to g_oalIoCtlTable as the handler for the VBridge IOCTLs. For more information about these IOCTLs, see VMINI IOCTLs.

Requirements

Header oal_kitl.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

KITL Functions for Any Driver
KITL Functions for Production-Quality OAL