Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline usage of error code types and error handling itself #14

Open
mback2k opened this issue Jun 19, 2014 · 1 comment
Open

Streamline usage of error code types and error handling itself #14

mback2k opened this issue Jun 19, 2014 · 1 comment
Assignees
Milestone

Comments

@mback2k
Copy link
Owner

mback2k commented Jun 19, 2014

At the moment various types of error handling code flows and error code types are used, e.g.:

  • HRESULT
  • LSTATUS
  • Win32 error code
  • Boolean
@mback2k mback2k self-assigned this Jun 19, 2014
@mback2k
Copy link
Owner Author

mback2k commented Aug 31, 2014

Analysis of current type usage:

  • wiasane => HRESULT
  • strutil => HRESULT, LONG, BOOL
  • winsane => HRESULT, LONG, BOOL, SANE_Status, SANE_*
  • devsane => DWORD
  • coisane => DWORD, BOOL

@mback2k mback2k added this to the v0.2 milestone Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant