lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.21k stars 315 forks source link

Return E_NOTIMPL for not-yet-implemented system functions #101

Open rozmansi opened 4 years ago

rozmansi commented 4 years ago

Returning S_OK (0) is misleading when function actually fails.