Planar DX/PCI User Manual page 30

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

Advertisement

20 | DGetDriverVersionMM
Example This example returns the driver version in
#include <mdpcint.h>
{
HDC
UWORD
DWORD
UWORD
dwRetCode = DGetDriverVersionMM
return dwRetCode;
}
Or, for attached or unattached display 2:
DEVMODE dmMode; HDC hdc;
/* Fill in relevant parts of dmMode */
hdc = CreateDC ("DISPLAY", "\\\\.\\DISPLAY2", NULL,
dwRetCode = DGetDriverVersionMM (hdc,
See also
DGetLibraryVersion
of the Microsoft SDK
hdc;
nDisplay = (UWORD) Win2000DisplayNum |
WIN2K_DISPLAY_NUMBER;
dwRetCode;
DriverVersion;
(NULL, nDisplay, &DriverVersion);
&dmMode);
WIN2K_DISPLAY_NUMBER, &DriverVersion);
and the
GetFileVersionInfo
lpDriverVersion
function
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

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

Table of Contents