Windows / Code / 0x40002f55
0x40002f55
Decimal: 1073753941 · Signed: 1073753941
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: 0x2f55 (12117)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f55 (12117)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Attaches the specified virtual disk.
Syntax: ATTACH VDISK [NOERR] [READONLY] { [SD=] | [USEFILESD] }
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.
READONLY Attaches the virtual disk as read-only. Any write operation
will return an input/output device error.
SD=
Specifies a security descriptor in the security descriptor
definition language (SDDL) format. By default the security
descriptor allows access like any physical disk. For more
information on the SDDL please see the CREATE VDISK command.
USEFILESD Specifies that the security descriptor on the virtual file
itself should be used on the virtual disk. If not specified,
the disk will not have an explicit security descriptor unless
specified with SD=(SDDL string).
NODRIVELETTER Mount all volumes on the attached virtual disk without assigning
drive letters to them.
A virtual disk must be selected for this operation to succeed.
Example:
ATTACH VDISK
ATTACH VDISK READONLY
ATTACH VDISK USEFILESD |
| diskpart.exe | 78.1 | Attaches the specified virtual disk.
Syntax: ATTACH VDISK [NOERR] [READONLY] { [SD=] | [USEFILESD] }
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.
READONLY Attaches the virtual disk as read-only. Any write operation
will return an input/output device error.
SD=
Specifies a security descriptor in the security descriptor
definition language (SDDL) format. By default the security
descriptor allows access like any physical disk. For more
information on the SDDL please see the CREATE VDISK command.
USEFILESD Specifies that the security descriptor on the virtual file
itself should be used on the virtual disk. If not specified,
the disk will not have an explicit security descriptor unless
specified with SD=(SDDL string).
A virtual disk must be selected for this operation to succeed.
Example:
ATTACH VDISK
ATTACH VDISK READONLY
ATTACH VDISK USEFILESD |
| 2 entries |
Associated Headers