Control video output
Source position: cybergraphics.pas line 228
procedure CVideoCtrlTagList( |
vp: PViewPort; |
tags: PTagItem |
); |
This function controls the video output of the gfx board to which the specified ViewPort belongs to.
Available Tags
(LongWord) Set the DPMS level for the specified viewport Supported levels are:
Snippet
{ set DPMS level } CVideoCtrlTags(@Scr^.ViewPort, [SETVC_DPMSLevel, DPMS_OFF, TAG_DONE]);
Some DPMS levels are not implemented for certain graphics cards
|
VarArgs version of CVideoCtrlTagList |