C:\Err>err c0000142 ←エラー・コード“c0000142”でerrを実行
# for hex 0xc0000142 / decimal -1073741502 :←16進と10進でのコード値
STATUS_DLL_INIT_FAILED ntstatus.h ←情報の場所と識別子
# {DLL Initialization Failed} ←識別子に付随する情報
# Initialization of the dynamic link library %hs failed. The
# process is terminating abnormally.
# 1 matches found for "c0000142" ←1件合致したという情報
C:\Err>err 100
# for decimal 100 / hex 0x64 :
SYMBOLIC_INITIALIZATION_FAILED bugcodes.h
MSG_E_CA_CERT_INVALID certlog.mc
# Certificate Services did not start: Could not load or
# verify the current CA certificate. %1 %2.
NMERR_INVALID_FRAMESPROC netmon.h
OLEUI_ERR_STANDARDMIN oledlg.h
OLEUI_ERR_OLEMEMALLOC oledlg.h
TLS1_ALERT_NO_RENEGOTIATATION schannel.h
# warning
ERROR_TOO_MANY_SEMAPHORES winerror
# Cannot create another system semaphor.he.
HTTP_STATUS_CONTINUE winhttp.h
# OK to continue with request
# for hex 0x100 / decimal 256 :
LOADER_BLOCK_MISMATCH bugcodes.h
# The loader block is invalid or does not match the system
# being loaded.
MSG_KEYSVC_REVERT_TO_SELF_FAILED cryptmsg.mc
# The Cryptographic Services service failed to revert to its
# original
# security context after impersonating a client's security
# context.
# The service is now running in an unknown state, and should
# be
# restarted. The error was: %1: %2
DHCP_DROP_GEN_FAILURE dhcpssdk.h
STATUS_KERNEL_APC ntstatus.h
SQL_256_severity_16 sql_err
# The data type %ls is invalid for the %ls function. Allowed
# types are: char/varchar, nchar/nvarchar, and
# binary/varbinary.
# 13 matches found for "100"