Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CheckGRBVersion
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
DWORD CheckGRBVersion(lpPntStruc)
LPEXTPAINTSTRUC lpPntStruc;
 
The CheckGRBVersion function checks the virtual-display device (VDD)
version.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
 
lpPntStruc  Points to an EXTPAINTSTRUC structure.
 
Return Value
 
The return value specifies whether the VDD version is compatible. It can be
one of the following values.
 
Value  Meaning
────────────────────────────────────────────────────────────────────────────
0      VDD is compatible.
 
1      Version number error.
 
2      Display-type mismatch. The VDD and grabber are not compatible. In
       this case, the high-order 16 bits is the grabber version number.
 
Comments
 
The export ordinal for this function is 16.
 
See Also
 
EXTPAINTSTRUC