REF2D_unloadDriver

Unloads the 2D reference rasteriser from memory

Declaration

void NAPI REF2D_unloadDriver(
    REF2D_driver _FAR_ *drv,
    PE_MODULE _FAR_ *hModule)

Prototype In

snap/ref2d.h

Parameters

drv

Pointer to driver to unload

hModule

Pointer to the module for the driver to unload

 

Description

This function unloads the SNAP 2D Reference Rasteriser from memory. This is used for when a reference rasteriser is loaded from disk independantly of the hardware drivers, for use in rendering to system memory buffers completely in software.

See Also

REF2D_loadDriver

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com