Windows / Code / 0x400030d7
0x400030d7
Decimal: 1073754327 · Signed: 1073754327
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: 0x30d7 (12503)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x30d7 (12503)
Associated Modules
| Module | Found in | Description |
|---|
| diskraid.exe | 78.11011 | Usage: CREATE TARGET NAME=<"name"> [ISCSINAME=] [NOERR]
Creates a new target.
NAME=<"name">
Specifies the name to assign to the new target. This name must
be less than 64 characters in length.
ISCSINAME=
Specifies the iSCSI name to assign to the new target. If no
iSCSI name is specified the provider will attempt to generate
an iSCSI name for the target.
NOERR For scripting only. When an error is encountered, DiskRAID
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskRAID to exit
with an error code.
A subsystem must be selected for this operation to succeed.
Examples:
CREATE TARGET NAME="MyTarget"
CREATE TARGET NAME="Backup" ISCSINAME=iqn.1991-05.com.mydomain:backuptarget
CREATE TARGET NAME="Storage for My Computer" NOERR |
| 1 entry |
Associated Headers