Microsoft DirectX 8.0 (Visual Basic)

D3DRASTER_STATUS

Describes the raster status.

Type D3DRASTER_STATUS
    InVBLANK As Long
    ScanLine As Long
End Type

Members

InVBLANK
TRUE if the raster is in the vertical blank period. FALSE if the raster is not in the vertical blank period.
ScanLine
If InVBLANK is FALSE, then this value is an integer roughly corresponding to the current scan line painted by the raster. Scan lines are numbered in the same way as Microsoft® Direct3D® surface coordinates: 0 is the top of the primary surface, extending to the value (height of the surface - 1) at the bottom of the display.

If InVBLANK is TRUE, then this value is set to zero and can be ignored.