Share via


OALIoCtlVBridge (Compact 2013)

10/16/2014

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

Returns true if successful; otherwise, false.

Requirements

Header

oal_kitl.h

Library

Developer Implemented

See Also

Reference

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