Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This class is the event type class for TCP/IP failure events.
The following syntax is simplified from MOF code.
Syntax
[EventType{17}, EventTypeName{"Fail"}]
class TcpIp_Fail : TcpIp
{
uint16 Proto;
uint16 FailureCode;
};
Members
The TcpIp_Fail class has these types of members:
Properties
The TcpIp_Fail class has these properties.
-
FailureCode
-
-
Data type: uint16
-
Access type: Read-only
Reason for the failure. Can be one of the following codes:
-
ERROR_INSUFFICIENT_RESOURCES (1)
-
ERROR_TOO_MANY_ADDRESSES (2)
-
ERROR_ADDRESS_EXISTS (3)
-
ERROR_INVALID_ADDRESS (4)
-
ERROR_OTHER (5)
-
ERROR_TIMEWAIT_ADDRESS_EXIST (6)
-
-
Proto
-
-
Data type: uint16
-
Access type: Read-only
Identifies the protocol. Can be one of the following values:
Value Meaning - AF_INET
- 2
The Internet Protocol version 4 (IPv4) address family. - AF_INET6
- 23
The Internet Protocol version 6 (IPv6) address family.. -
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also