Windows / Code / 0x40002f45
0x40002f45
Decimal: 1073753925 · Signed: 1073753925
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: 0x2f45 (12101)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f45 (12101)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Displays or sets the GUID partition table (GPT) identifier or master boot
record (MBR) signature for the disk with focus.
Syntax: UNIQUEID DISK [ID={ | }] [NOERR]
ID={ | }
For MBR disks, you can specify a four-byte (DWORD) value in
hexadecimal form for the signature.
For GPT disks, specify a GUID for the identifier.
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.
A disk must be selected for this operation to succeed. This command works
on basic and dynamic disks.
Example:
UNIQUEID DISK
UNIQUEID DISK ID=5f1b2c36
UNIQUEID DISK ID=baf784e7-6bbd-4cfb-aaac-e86c96e166ee |
| diskpart.exe | 78.1 | Displays or sets the GUID partition table (GPT) identifier or master boot
record (MBR) signature for the disk with focus.
Syntax: UNIQUEID DISK [ID={ | }] [NOERR]
ID={ | }
For MBR disks, you can specify a four-byte (DWORD) value in
hexadecimal form for the signature.
For GPT disks, specify a GUID for the identifier.
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.
A disk must be selected for this operation to succeed. This command works
on basic and dynamic disks.
Example:
UNIQUEID DISK
UNIQUEID DISK ID=5f1b2c36
UNIQUEID DISK ID=baf784e7-6bbd-4cfb-aaac-e86c96e166ee |
| 2 entries |
Associated Headers