Windows / Code / 0x40002f37
0x40002f37
Decimal: 1073753911 · Signed: 1073753911
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: 0x2f37 (12087)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f37 (12087)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 78.11011 | Provides a way to add comments to a script.
Syntax: REM
Example:
In this example script, REM is used to provide a comment about what the
script does.
REM These commands set up 3 drives.
CREATE PARTITION PRIMARY SIZE=2048
ASSIGN d:
CREATE PARTITION EXTEND
CREATE PARTITION LOGICAL SIZE=2048
ASSIGN e:
CREATE PARTITION LOGICAL
ASSIGN f: |
| diskraid.exe | 78.11011 | Usage: STANDBY HBAPORT
Sets the state of paths to the currently selected HBA port to standby.
An HBA port must be selected for this operation to succeed.
Example:
STANDBY HBAPORT |
| 2 entries |
Associated Headers