DestroyCursor function user32
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);