Skip to content
Advertisement

Tag: 32bit-64bit

Python – Difference Between Windows SystemParametersInfoW vs SystemParametersInfoA Function

I have a quick question that I cannot seem to clarify, despite my research on Stack Overflow and beyond. My questions involves the Windows SystemParametersInfo function with its variants SystemParametersInfoW (Unicode) and SystemParametersInfoA (ANSI) in relation to a Python 3.x script. In a Python script I am writing, I came across two different explanations into when to use these variants.

Advertisement