Windows / Code / 0x40002f43
0x40002f43
Decimal: 1073753923 · Signed: 1073753923
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: 0x2f43 (12099)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f43 (12099)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Displays, sets, or clears disk attributes for the selected disk.
Syntax: ATTRIBUTES DISK [SET | CLEAR] [READONLY] [NOERR]
SET Sets the specified attribute for the selected disk.
CLEAR Clears the specified attribute for the selected disk.
READONLY Specifies that the disk is read-only.
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.
This command allows the user to set, clear, or display the attributes
for a disk. When called with no parameters, this command displays the
current disk flags. READONLY is currently the only disk flag that may
be changed. The BOOT DISK attribute denotes the disk used to boot.
For a dynamic mirrored volume, the BOOT DISK attribute is
displayed for the disk containing the boot plex of the mirrored boot
volume.
Examples:
To display the attributes on the selected disk, type:
ATTRIBUTES DISK
To set the attribute for the selected disk as read-only, type:
ATTRIBUTES DISK SET READONLY
To clear the read-only attribute for the selected disk, type:
ATTRIBUTES DISK CLEAR READONLY |
| diskpart.exe | 78.1 | Displays, sets, or clears disk attributes for the selected disk.
Syntax: ATTRIBUTES DISK [SET | CLEAR] [READONLY] [NOERR]
SET Sets the specified attribute for the selected disk.
CLEAR Clears the specified attribute for the selected disk.
READONLY Specifies that the disk is read-only.
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.
This command allows the user to set, clear, or display the attributes
for a disk. When called with no parameters, this command displays the
current disk flags. READONLY is currently the only disk flag that may
be changed. The BOOT DISK attribute denotes the disk used to boot.
For a dynamic mirrored volume, the BOOT DISK attribute is
displayed for the disk containing the boot plex of the mirrored boot
volume.
Examples:
To display the attributes on the selected disk, type:
ATTRIBUTES DISK
To set the attribute for the selected disk as read-only, type:
ATTRIBUTES DISK SET READONLY
To clear the read-only attribute for the selected disk, type:
ATTRIBUTES DISK CLEAR READONLY |
| 2 entries |
Associated Headers