Skip to main content

MfuncBufHostAddress

BoardSupported
Host SystemYes
V4L2Yes
Clarity UHDYes
Concord PoENo
GenTLYes
GevIQYes
GigE VisionYes
IndioNo
Iris GTXYes
Radient eV-CLYes
Rapixo CLYes
Rapixo CoFYes
Rapixo CXPYes
USB3 VisionYes

Returns the Host address of the buffer.

Syntax

void * MfuncBufHostAddress(
AIL_BUFFER_INFO BufferInfoHandle //in
)

Description

This function returns the Host address of the specified Aurora Imaging Library buffer, if the buffer is visible from the Host address space and is not a planar 3-band buffer.

For a planar 3-band buffer, you can determine its Host address using MfuncBufHostAddressBand.

Parameters

BufferInfoHandle (in, AIL_BUFFER_INFO)

Specifies the handle of the Aurora Imaging Library buffer. The buffer handle must be obtained using MfuncInquire with M_BUFFER_INFO.

Return Value

Type: void

The returned value is the Host address of the specified Aurora Imaging Library buffer.

Remarks

This function is equivalent to using MbufInquire with M_HOST_ADDRESS, but provides no parameter checking or error reporting.

Copyright © 2026 Zebra Technologies.