You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, winrt::check_bool returns void. There are some Win32 APIs that return 0 on failure and a valid result on success eg: GetFileVersionInfoSizeW so having winrt::check_bool returning T would be convenient while using them.