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