Table of Contents
video_display_show
Force the video display window to be visible.
Description
The video_display_show function forces the video display window to be visible.
Prototype
t_error video_display_show(t_video_window window);
Parameters
t_video_window window
The handle to the window returned by video_display_open.
Return value
The return value is 0 if the operation is successfully. Otherwise a negative
error code is returned. Error codes are
defined in quanser_errors.h
. A suitable error message
may be retrieved using msg_get_error_message.
Error codes
QERR_INVALID_ARGUMENT
One of the arguments is invalid.
Requirements
Include Files |
Libraries |
---|---|
quanser_video.h |
quanser_media.lib;quanser_communications.lib;quanser_runtime.lib;quanser_common.lib |
Examples
result = video_display_show(window);
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.