DDMM.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
  4.  *
  5.  *  File:       ddmm.cpp
  6.  *  Content:    Routines for using DirectDraw on a multimonitor system
  7.  *
  8.  ***************************************************************************/
  9. #ifdef __cplusplus
  10. extern "C" {            /* Assume C declarations for C++ */
  11. #endif  /* __cplusplus */
  12. IDirectDraw * DirectDrawCreateFromDevice(LPSTR szDevice);
  13. IDirectDraw * DirectDrawCreateFromWindow(HWND hwnd);
  14. int           DirectDrawDeviceFromWindow(HWND hwnd, LPSTR szDevice, RECT*prc);
  15. #ifdef __cplusplus
  16. }
  17. #endif /* __cplusplus */