Windows LoadCursor – Does it return the same HCURSOR value each time?

From the documentation:

The LoadCursor function loads the cursor resource only if it has not been loaded; otherwise, it retrieves the handle to the existing resource.

Leave a Comment