GetDisplayVideoPortEnabled
Delphi
function GetDisplayVideoPortEnabled (DisplayIndex: LongInt): Boolean;
C++Builder
bool __fastcall GetDisplayVideoPortEnabled(System::LongInt DisplayIndex);
C#
public bool GetDisplayVideoPortEnabled(int DisplayIndex);
VB.NET
Public Function GetDisplayVideoPortEnabled(DisplayIndex As Integer) As Boolean