Windows / Code / 0x40002f41
0x40002f41
Decimal: 1073753921 · Signed: 1073753921
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: 0x2f41 (12097)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f41 (12097)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Moves one or more disks from an online pack to a new offline pack.
Syntax: SPLIT DISK=[,[,...]]
DISK=[,[,...]]
Specifies the disk or disks that will be split from the online
pack.
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
At least one disk must be specified for this operation to succeed. The
disk(s) must be part of a pack that is currently online. The disk(s) will
be placed in a new offline pack.
You should use this command when you are moving disks in a pack from one
computer to another. This ensures that the same pack ID is not used
in more than one computer.
Example:
SPLIT DISK=1
SPLIT DISK=1,2 |
| 1 entry |
Associated Headers