The CancelDC function cancels any pending operation on the specified device context (DC).
BOOL CancelDC( HDC hdc );
int CancelDC(int hdc) => _CancelDC(hdc);