AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
761 stars 245 forks source link

Add SystemParametersInfo support to user32.go #53

Closed Djent- closed 6 years ago

Djent- commented 8 years ago

This pull request adds the SystemParametersInfo function to user32.go and adds SystemParametersInfo related constants (prepended "SPI_" and "SPIF_") to constants.go.

Documentation for SystemParametersInfo is available from Microsoft here.

I've also made a wiki page with example code for SystemParametersInfo in my fork, but I'm not sure if it will carry over if this pull request is merged.