AbortPath method

int AbortPath(
  1. Pointer<HDC__> hdc
)

Implementation

int AbortPath(
  ffi.Pointer<HDC__> hdc,
) {
  return _AbortPath(
    hdc,
  );
}