Dgetdriverversion - Planar DX/PCI User Manual

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

Advertisement

18 | DGetDriverVersion

DGetDriverVersion

(Windows NT, Windows 2000 full Windows NT 4.0 compatible mode)
Purpose Use
the DOME Windows driver.
Syntax
DWORD DGetDriverVersion (hdc, lpwDriverVersion)
Return value
DWORD
otherwise, operating system error code.
Example This example returns the driver version in
#include <mdpcint.h>
{
HDC
UWORD
DWORD dwRetCode;
dwRetCode = DGetDriverVersion (hdc,
return dwRetCode;
}
See also
DGetLibraryVersion
DGetDriverVersion
Parameter Type Name
HDC
hdc
UWORD FAR *
wDriverVer-
sion
– zero (0) if function completed successfully;
hdc;
wDriverVersion;
&wDriverVersion);
to return the version number of
Description
Handle to the display-
device context.
Pointer to
filled in with a hexadecimal
value. The high byte is the
version number, and the
low byte is the revision
number. For example,
0x108 is returned when
you're using the version
1.8 driver.
wDriverVersion
. It is
UWORD
.

Advertisement

Table of Contents
loading

This manual is also suitable for:

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

Table of Contents