AllenDang / w32

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

naive first attempt at SendMessageTimeout #63

Closed Linuturk closed 7 years ago

Linuturk commented 7 years ago

Hey guys,

This is a first attempt at implementing the SendMessageTimeout as recommended in MSDN WM_SETTINGCHANGE.

Here's the SendMessageTimeout docs I'm basing this on. I'm not fully sure about what's going on here so I tried to used the matching context to fill in the gaps.

Please let me know what I missed.