DeleteDC function gdi32

int DeleteDC(
  1. int hdc
)

The DeleteDC function deletes the specified device context (DC).

BOOL DeleteDC(
  HDC hdc
);

Implementation

int DeleteDC(int hdc) => _DeleteDC(hdc);