GA_unloadDriver

Unloads the loaded graphics device driver.

Declaration

void NAPI GA_unloadDriver(
    GA_devCtx *dc)

Prototype In

snap/graphics.h

Parameters

dc

Pointer to device context to unload

 

Description

This function simply unloads the graphics driver from memory, and frees any of the internal resources that have been allocated for it. Specifically it will free any locked memory and any interrupt handlers hooked for the driver.

See Also

GA_loadDriver

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