Group: GDI+ Graphics - Library: gdiplus
Releases a device context handle obtained by a previous call to the GdipGetHDC with this Graphics handle.
GpStatus WINGDIPAPI GdipReleaseDC(
GpGraphics* graphics,
HDC hdc
)
DECLARE INTEGER GdipReleaseDC IN gdiplus;
INTEGER graphics,;
INTEGER hdc
graphics [in] Handle to a Graphics object obtained from GdipCreateFromHDC, GdipCreateFromHDC2, GdipCreateFromHWND or GdipGetImageGraphicsContext functions.
hdc [in] Handle to a device context obtained by a previous call to the GdipGetHDC method with this Graphics handle.
This call does not return a value.