Planar DX/PCI User Manual page 40

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

Advertisement

30 | DGetScreenDimensions
Example This example returns the dimensions of screen zero (0).
#include <windows.h> /* includes SIZE
#include <mdpcint.h>
{
HDC
SIZE
DWORD
dwRetCode = DGetScreenDimensions (hdc, 0, &szSize);
return dwRetCode;
}
Or, in Windows 2000 mode:
dwRetCode = DGetScreenDimensions (NULL,
Or, in Windows 2000 mode with an unattached display:
dwRetCode = DGetScreenDimensions (hdc,
See also
DGetNumScreens, DGetScreenPlacement, DGetRefreshRate,
DGetRefreshRateMM
hdc;
szSize;
dwRetCode;
WIN2K_DISPLAY_NUMBER | 0, &szSize);
WIN2K_DISPLAY_NUMBER, &szSize);
definition */

Advertisement

Table of Contents
loading

This manual is also suitable for:

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

Table of Contents