I was looking at examples on SetSystemCursor function in Microsoft’s Knowledge Base article and came across these:
Private Const IDC_APPSTARTING = 32650&
Private Const OCR_NORMAL = 32512&
Questions: 1. How or where can I locate the Const values for OCR_HAND and OCR_WAIT ?
2. And, is there any difference between IDC and OCR prefixes?