GA_loadRegionMgr
Loads the 2D region manager driver.
Declaration
ibool NAPI GA_loadRegionMgr(
GA_regionFuncs *funcs,
PE_MODULE **hModule,
ulong *size)
Prototype In
snap/graphics.h
Parameters
funcs |
Pointer to function structure to fill out |
hModule |
Place to store the module handle for the driver |
size |
Place to store the size of the loaded module |
Return Value
True on success, false on failure.
Description
This function loads a new copy of the SNAP 2D region manager functions and exports the function list from the driver. Usually for SNAP graphics applications, the region functions can simply be obtained from the SNAP 2D reference rasteriser which also loads a global set of region functions for internal use. However SNAP applications can use this function to load a separate copy that is indepedant of the reference rasteriser for internal use by the application.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com