Windows / Code / 0x400030df
0x400030df
Decimal: 1073754335 · Signed: 1073754335
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x30df (12511)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x30df (12511)
Associated Modules
| Module | Found in | Description |
|---|
| diskraid.exe | 78.11011 | Usage: CHAP INITIATOR SET SECRET=[<"secret">] [TARGET=]
CHAP INITIATOR REMEMBER SECRET=[<"secret">] TARGET=
Sets the CHAP secret for the local initiator or remembers the CHAP secret
required to authenticate the initiator to the specified target.
SET Specifies that the CHAP secret will be set for the local
initiator.
REMEMBER Specifies that the CHAP secret will be remembered by the local
initiator to use to authenticate to the target specified by
TARGET=.
SECRET=[<"secret">]
Specifies the secret to set or remember. If empty the secret
will be cleared.
TARGET= Specifies the index of the target in the currently selected
subsystem with which to associate the secret. If specified, a
subsystem must be selected for this operation to succeed.
Example:
CHAP INITIATOR SET SECRET="3A9cf0bb59"
CHAP INITIATOR REMEMBER SECRET="my secret password" TARGET=3 |
| 1 entry |
Associated Headers