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
hdc;
POINT
ptPosition;
DWORD
dwRetCode;
dwRetCode = DGetScreenPlacement (hdc, 1, &ptPosition);
return dwRetCode;
}
See also
DGetNumScreens, DGetScreenDimensions, DGetRefreshRate,
DGetRefreshRateMM
Содержание Dome DX/PCI
Страница 6: ......