AbortPath function gdi32

int AbortPath(
  1. int hdc
)

The AbortPath function closes and discards any paths in the specified device context.

BOOL AbortPath(
  HDC hdc
);

Implementation

int AbortPath(int hdc) => _AbortPath(hdc);