OALIoCtlVBridge (Windows CE 5.0)

Send Feedback

This function is the IOCTL handler for VBridge related IOCTLs.

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 Values

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

OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined

See Also

KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.