Hey, I found some code on the internet and there is something I don't
understand. Why is there two colons (::) in front of the GetSystemMetrics
function.
:: is the scope operator.
It is probably unnecessary but the author wanted to be sure that if two versions of that function existed, use the one in the current scope.