Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

clrect.c File Reference

#include "precomp.h"

Go to the source code of this file.

Functions

BOOL DrawFocusRect (HDC hDC, CONST RECT *pRect)
int APIENTRY FrameRect (HDC hdc, CONST RECT *lprc, HBRUSH hbr)


Function Documentation

BOOL DrawFocusRect HDC  hDC,
CONST RECT *  pRect
 

Definition at line 26 of file clrect.c.

References BOOL, ClientFrame(), ghdcGray, gpsi, and NULL.

Referenced by xxxBNDrawText(), xxxCBInternalUpdateEditWindow(), and xxxLBSetCaret().

00029 { 00030 UserAssert(ghdcGray != NULL); 00031 return ClientFrame(hDC, pRect, gpsi->hbrGray, PATINVERT); 00032 }

int APIENTRY FrameRect HDC  hdc,
CONST RECT *  lprc,
HBRUSH  hbr
 

Definition at line 41 of file clrect.c.

References APIENTRY, and ClientFrame().

00045 { 00046 return ClientFrame(hdc, lprc, hbr, PATCOPY); 00047 }


Generated on Sat May 15 19:43:05 2004 for test by doxygen 1.3.7