| Customize Help
| Save Settings

MfuncBufPhysicalAddressBand



Function Map
Synopsis
Returns the physical address of a band of the buffer.
Syntax
MIL_UINT64 MfuncBufPhysicalAddressBand(
MIL_BUFFER_INFO BufferInfoHandle, //in
MIL_INT Band //in
)
Description

This function returns the physical address of a band of the specified MIL buffer, if the buffer is a planar 3-band buffer.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see which MIL system’s documentation you should use in its place and any possible differences.
Parameters
This function is not supported on the selected boards.
This function reference has not been updated for the selected MIL system. To show the content of this page, choose a second MIL system; refer to the MIL system's release note to see which MIL system’s documentation to choose and any possible differences.
Parameters
BufferInfoHandle

Specifies the handle of the MIL buffer. The buffer handle must be obtained using MfuncInquire() with M_BUFFER_INFO.

Band

Specifies which band's address to return.

Return value
The returned value is the physical address of a band of the specified MIL buffer.
Compilation information
Header Include mil.h.
Library Use mil.lib.
DLL Requires mil.dll.