Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenclipper_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
1.7.6.1
|