Crate winresult_types

Source

Structs§

ErrorCode
[docs.microsoft.com] ERROR_* values that aren’t HRESULTs (but might be implicitly convertable)
ErrorHResultOrCode
[docs.microsoft.com] HResultError or ErrorCode
HResult
[docs.microsoft.com] HRESULT
HResultError
[docs.microsoft.com] Error HRESULT
HResultFacilityMicrosoft
[docs.microsoft.com] FACILITY_* values corresponding to Microsoft (non-customer) HRSEULTs.
HResultSuccess
[docs.microsoft.com] Success HRESULT
NtStatus
[docs.microsoft.com] NTSTATUS
NtStatusFacilityMicrosoft
[docs.microsoft.com] FACILITY_* values corresponding to Microsoft (non-customer) NTSTATUSes.
NtStatusSeverity
[docs.microsoft.com] NtStatus::Sev
WaitCode
[docs.microsoft.com] WAIT_* values returned by various WaitFor* and other win32 functions.