MdispDeselect()函数

Synopsis

Stop displaying an image buffer.

Format

void MdispDeselect(DisplayId, ImageBufId)

MIL_ID DisplayId; Display identifier
MIL_ID ImageBufId; Image buffer identifier

Description

This function stops displaying the specified image buffer on the specified display, either blanking or closing the display (depending on the operating system and configuration). Note, when displaying a parent buffer, you cannot remove one of its child buffers from the display.

The DisplayId parameter specifies the identifier of the display from which to remove the image buffer.

The ImageBufId parameter specifies the identifier of the buffer to remove from the display. This buffer must be an image buffer, with an M_DISP attribute, that is currently displayed.

See also

MdispSelect

《MdispDeselect()函数》上有4条评论

评论已关闭。