Planar DX/PCI User Manual page 42

Display controller
Hide thumbs Also See for DX/PCI:
Table of Contents

Advertisement

32 | DGetScreenPlacement
Example This example returns the x,y position of screen one (1) in the
Windows desktop.
#include <windows.h> /* includes POINT definition */
#include <mdpcint.h>
{
HDC
POINT
DWORD
dwRetCode = DGetScreenPlacement (hdc, 1, &ptPosition);
return dwRetCode;
}
See also
DGetNumScreens, DGetScreenDimensions, DGetRefreshRate,
DGetRefreshRateMM
hdc;
ptPosition;
dwRetCode;

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dome m2/pciRx/pciDome dx/pciDome rx/pci

Table of Contents