UnloadDriver

Prepare the device driver for unloading

Declaration

void NAPI GA_loaderFuncs::UnloadDriver(void)

Prototype In

snap/graphics.h

Description

This function is called as part of the internal device driver unloading process. This function is called by the loader code when a device driver is about to be unloaded, giving the device driver a chance to free up any internal memory allocations ready to be unloaded completely.

Application code should never call this function directly.

See Also

InitDriver, QueryFunctions, UnloadDriver

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