Dgetsisterdisplayregpathmm - Planar DX/PCI User Manual

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

Advertisement

42 | DGetSisterDisplayRegPathMM

DGetSisterDisplayRegPathMM

(Windows 2000, multi-monitor mode only)
Purpose Use
path of the Windows 2000 sister display.
Syntax
DWORD FAR PASCAL DGetSisterDisplayRegPathMM
(hdc, nDisplay, *lpRegPath, szRegPath)
Return value Zero (0) if successful; otherwise, an error message.
Example This example returns the registry path of the sister display to
the target display.
#include <mdpcint.h>
{
HDC
UWORD
DWORD
char
dwRetCode = DGetSisterDisplayRegPathMM
return dwRetCode;
}
See also
DGetSisterDisplayNumberMM
DGetSisterDisplayRegPathMM
Parameter Type
HDC
UWORD
char FAR
int
hdc;
nDisplay = (UWORD) Win2000DisplayNum |
WIN2K_DISPLAY_NUMBER;
dwRetCode;
lpRegPath[256];
(NULL, nDisplay, lpRegPath, 256);
Name
Description
Handle to the display-device
hdc
context
Target display
nDisplay
On successful return, contains
*lpRegPath
the registry path of the sister
display to
Size of supplied buffer; must
szRegPath
be at least 256 bytes
to return the registry
wDisplay

Advertisement

Table of Contents
loading

This manual is also suitable for:

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

Table of Contents