Crates.io | wincodeman |
lib.rs | wincodeman |
version | 0.1.1 |
source | src |
created_at | 2024-05-24 15:51:53.409983 |
updated_at | 2024-05-25 03:05:17.9108 |
description | The Windows error/status code manual. |
homepage | |
repository | https://github.com/fxtack/wincodeman |
max_upload_size | |
id | 1251272 |
size | 149,879 |
Through this tool, you can quickly query the conversion values and error messages between NTSTATUS, Win32 Error and HRESULT.
Windows result/error code relationship:
wcm.exe --help
wcm v0.1.0.078500ff
tool for query the windows error code information
USAGE:
wcm.exe <--ntstatus <NTSTATUS>|--win32err <Win32Error>|--hresult <HRESULT>>
OPTIONS:
-N, --ntstatus <NTSTATUS> NTSTATUS code
-E, --win32err <Win32Error> Win32 error code
-H, --hresult <HRESULT> HRESULT error code
-h, --help Print help information
-v, --version Prints version information
PS C:\wincodeman> wcm.exe --ntstatus 0xc0000022
NTSTATUS: 0xc0000022
Win32 Error: 5
HRESULT: 0x80070005
Message: {Access Denied}
A process has requested access to an object, but has not been granted those access rights.