ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

clipper_stubs.c
Go to the documentation of this file.
00001 /* $Id: clipper.c 24690 2006-11-05 21:19:53Z greatlrd $
00002  *
00003  * COPYRIGHT:            See COPYING in the top level directory
00004  * PROJECT:              ReactOS DirectX
00005  * FILE:                 ddraw/clipper/clipper_stubs.c
00006  * PURPOSE:              IDirectDrawClipper Implementation
00007  * PROGRAMMER:           Maarten Bosma
00008  *
00009  */
00010 
00011 #include "rosdraw.h"
00012 
00013 HRESULT WINAPI
00014 DirectDrawClipper_GetClipList( LPDIRECTDRAWCLIPPER iface,
00015                                LPRECT lpRect,
00016                                LPRGNDATA lpClipList,
00017                                LPDWORD lpdwSize)
00018 {
00019    DX_WINDBG_trace();
00020    DX_STUB;
00021 }
00022 
00023 HRESULT WINAPI
00024 DirectDrawClipper_SetClipList( LPDIRECTDRAWCLIPPER iface,
00025                                LPRGNDATA lprgn,
00026                                DWORD dwFlag)
00027 {
00028    DX_WINDBG_trace();
00029    DX_STUB;
00030 }
00031 
00032 HRESULT WINAPI
00033 DirectDrawClipper_IsClipListChanged( LPDIRECTDRAWCLIPPER iface,
00034                                      BOOL* lpbChanged)
00035 {
00036    DX_WINDBG_trace();
00037    DX_STUB;
00038 }

Generated on Wed May 23 2012 04:19:18 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.