|
|
|
|
PM_unloadDirectDraw
Unloads the DirectDraw libraries
Declaration
void PMAPI PM_unloadDirectDraw(
int device)
Prototype In
pmapi.h
Parameters
device |
Index of the device to unload DirectDraw for (0 for primary) |
Description
Frees any DirectDraw objects for the device. We never actually explicitly unload the ddraw.dll library, since unloading and reloading it is unnecessary since we only want to unload it when the application exits and that happens automatically.
Note: This function is Windows specific
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com