Windows / Code / 0x00002396
0x00002396
Decimal: 9110 · Signed: 9110
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x2396 (9110)
As NTSTATUS:- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2396 (9110)
Associated Modules
| Module | Found in | Description |
|---|
| KernelBase.dll | 8.1 | An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved. |
| cmd.exe | 78.11011 | Runs a specified command for each file in a set of files.
FOR %variable IN (set) DO command [command-parameters]
%variable Specifies a single letter replaceable parameter.
(set) Specifies a set of one or more files. Wildcards may be used.
command Specifies the command to carry out for each file.
command-parameters
Specifies parameters or switches for the specified command.
To use the FOR command in a batch program, specify %%variable instead
of %variable. Variable names are case sensitive, so %i is different
from %I. |
| kernel32.dll | 8.11011 | An unexpected crypto error was encountered. Zone signing may not be operational until this error is resolved. |
| 3 entries |
Associated Headers