home *** CD-ROM | disk | FTP | other *** search
- /*==========================================================================
- *
- * Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
- *
- * File: ddmm.cpp
- * Content: Routines for using DirectDraw on a multimonitor system
- *
- ***************************************************************************/
-
- #ifdef __cplusplus
- extern "C" { /* Assume C declarations for C++ */
- #endif /* __cplusplus */
-
- IDirectDraw * DirectDrawCreateFromDevice(LPSTR szDevice);
- IDirectDraw * DirectDrawCreateFromWindow(HWND hwnd);
- int DirectDrawDeviceFromWindow(HWND hwnd, LPSTR szDevice, RECT*prc);
-
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
-