Windows / Code / 0x40002f2f
0x40002f2f
Decimal: 1073753903 · Signed: 1073753903
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: 0x2f2f (12079)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f2f (12079)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Prepares an existing dynamic simple volume to be used as a boot or system
volume.
Syntax: RETAIN
This command creates a partition entry for the dynamic simple volume with
focus.
A dynamic simple volume must be selected for this operation to succeed.
Example:
RETAIN |
| diskraid.exe | 78.11011 | Usage: LOGIN TARGET IADAPTER= [TYPE={MANUAL | PERSISTENT | BOOT}]
[CHAP={NONE | ONEWAY | MUTUAL}] [TPORTAL=] [IPORTAL=]
[ [ [...]]]
Logs the specified initiator adapter into the current in-focus target.
IADAPTER=
Specifies the index of the initiator adapter to use.
TYPE={MANUAL | PERSISTENT | BOOT}
Specifies the type of login to perform. If unspecified, a
manual login will be performed.
CHAP={NONE | ONEWAY | MUTUAL}
Specifies the type of CHAP authentication to use. If
unspecified, no authentication will be used.
TPORTAL= Specifies a index of the target portal in the currently
selected subsystem to use for the login.
IPORTAL= Specifies a index of the initiator portal in the specified
initiator adapter to use for the login.
Specifies a flag to enable during login. Flags are identified
by three-letter acronyms:
IPS - Require IPSEC
EMP - Enable multipath
EHD - Enable header digest
EDD - Enable data digest
A target must be selected for this operation to succeed.
Examples:
LOGIN TARGET IADAPTER=1
LOGIN TARGET IADAPTER=0 TYPE=PERSISTENT CHAP=ONEWAY IPS EMP |
| 2 entries |
Associated Headers