DestroyCursor function user32

int DestroyCursor(
  1. int hCursor
)

Destroys a cursor and frees any memory the cursor occupied. Do not use this function to destroy a shared cursor.

BOOL DestroyCursor(
  HCURSOR hCursor
);

Implementation

int DestroyCursor(int hCursor) => _DestroyCursor(hCursor);