Windows / Code / 0x40002f35
0x40002f35
Decimal: 1073753909 · Signed: 1073753909
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: 0x2f35 (12085)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f35 (12085)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Selects the specified volume and shifts the focus to it.
Syntax: SELECT VOLUME={ | }
VOLUME= The number of the volume to receive the focus.
VOLUME= The drive letter or mounted folder path of the volume
to receive the focus.
If no volume is specified, the select command lists the current volume with
focus. You can specify the volume by number, drive letter, or mounted folder
path. On a basic disk, selecting a volume also gives the corresponding
partition focus. You can view the numbers of all volumes on the computer by
using the list volume command.
Example:
SELECT VOLUME=1
SELECT VOLUME=C
SELECT VOLUME=C:\MountH |
| diskpart.exe | 78.1 | Selects the specified volume and shifts the focus to it.
Syntax: SELECT VOLUME={ | }
VOLUME= The number of the volume to receive the focus.
VOLUME= The drive letter or mounted folder path of the volume
to receive the focus.
If no volume is specified, the select command lists the current volume with
focus. You can specify the volume by number, drive letter, or mounted folder
path. On a basic disk, selecting a volume also gives the corresponding
partition focus. You can view the numbers of all volumes on the computer by
using the list volume command.
Example:
SELECT VOLUME=1
SELECT VOLUME=C
SELECT VOLUME=C:\MountH |
| diskraid.exe | 78.11011 | Usage: REMOVE TPGROUP TPORTAL= [NOERR]
Removes the target portal from the currently selected target portal group.
TPORTAL= Specifies the index of the target portal to remove.
NOERR For scripting only. When an error is encountered, DiskRAID
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskRAID to exit
with an error code.
A target portal group must be selected for this operation to succeed.
Example:
REMOVE TPGROUP TPORTAL=1 NOERR |
| 3 entries |
Associated Headers