Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 116 of file clipper_main.c.
{ LPDDRAWI_DDRAWCLIPPER_INT This = (LPDDRAWI_DDRAWCLIPPER_INT)iface; if(!This) return DDERR_INVALIDOBJECT; if(!hWndPtr) return DDERR_INVALIDPARAMS; *hWndPtr = (HWND)This->lpLcl->lpGbl->hWnd; return DD_OK; }