MCPcopy Create free account
hub / github.com/VincentWei/MiniGUI / CopyRect

Function CopyRect

include/gdi.h:6239–6243  ·  view source on GitHub ↗

* \fn void CopyRect (RECT* pdrc, const RECT* psrc) * \brief Copies one rectangle to another. * * This function copies the coordinates of the source rectangle * pointed to by \a psrc to the destination rectangle pointed to by \a pdrc. * * \param pdrc The pointer to the destination rectangle. * \param psrc The pointer to the source rectangle. * * \sa SetRect */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

SpinCtrlProcFunction · 0.85
mcDrawCalendarFunction · 0.85
DefCBProcFunction · 0.85
__mg_update_secondary_dcFunction · 0.85
BeginPaintFunction · 0.85
OffsetRegionExFunction · 0.85
GetBoundRectFunction · 0.85
CalcLayoutBoundingRectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected