PM_loadDirectDraw
Loads the DirectDraw libraries
Declaration
void * PMAPI PM_loadDirectDraw(
int device)
Prototype In
pmapi.h
Parameters
device |
Index of the device to load DirectDraw for (0 for primary) |
Return Value
Pointer to the loaded DirectDraw library
Description
Attempts to dynamically load the DirectDraw DLL's and create the DirectDraw objects that we need. This function is generally never called by application code, but is called by the DirectX SNAP drivers when the DirectX libraries need to be loaded.
Note: This function is Windows specific
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com