winresult 0.1.3

windows result codes
Documentation
1
2
3
4
5
6
7
8
9
10
// WARNING: this file is auto-generated by xtask gen and may be overwritten

use super::*;


/// No more results can be returned by WSALookupServiceNext.
pub const E_NO_MORE : ErrorCode = ErrorCode::from_constant(10110); // WSA_E_NO_MORE

/// A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
pub const E_CANCELLED : ErrorCode = ErrorCode::from_constant(10111); // WSA_E_CANCELLED