RTC_E_ Constants

RTC methods may return an RTC_E_ constant. These constants indicate the outcome of an API call.

The 32-bit values are laid out as follows:

3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
---+-+-+-----------------------+-------------------------------+
Sev|C|R|     Facility          |               Code            |
---+-+-+-----------------------+-------------------------------+
Section Description
Sev - Severity Code 00 - Success (STATUS_SEVERITY_SUCCESS)
  01 - Informational
  02 - RTC error (STATUS_SEVERITY_RTC_ERROR)
  10 - Warning
  11 - Error
C Customer code flag
R Reserved bit
Facility Facility code

The FACILITY_RTC_INTERFACE facility code (0xEE) indicates RTC interface codes.

The FACILITY_SIP_STATUS_CODE facility code (0xEF) indicates the SIP status codes.

The FACILITY_PINT_STATUS_CODE facility code (0xF0) indicates the PINT status codes.

Code Facility's status code

The following constants are the RTC interface return codes.

  • RTC_E_BASIC_AUTH_SET_TLS
    0x80EE003FL

    Must set transport to TLS if Basic Authentication is allowed.

  • RTC_E_BAD_RLMI_DOCUMENT
    0x80EE0086L

    The RLMI Document is invalid.

  • RTC_E_CANNOT_ADD_SPECIFIC_DEVICE_TO_SESSION
    0x80EE008BL

    Cannot add a specific device to a session.

  • RTC_E_CLIENT_ALREADY_INITIALIZED
    0x80EE0026L

    Client already initialized.

  • RTC_E_CLIENT_ALREADY_SHUT_DOWN
    0x80EE0027L

    Client already shut down.

  • RTC_E_ANOTHER_MEDIA_SESSION_ACTIVE
    0x80EE0077L

    Another media session is active.

  • RTC_E_CLIENT_NOT_INITIALIZED
    0x80EE0025L

    Client not initialized.

  • RTC_E_DESTINATION_ADDRESS_LOCAL
    0x80EE0013L

    The Destination Address belongs to the local machine.

  • RTC_E_DESTINATION_ADDRESS_MULTICAST
    0x80EE0015L

    The Destination Address is a multicast address.

  • RTC_E_DUPLICATE_BUDDY
    0x80EE004AL

    Buddy already exists.

  • RTC_E_DUPLICATE_GROUP
    0x80EE0052L

    Group already exists.

  • RTC_E_DUPLICATE_REALM
    0x80EE0043L

    Duplicate realm exists in an enabled profile.

  • RTC_E_DUPLICATE_WATCHER
    0x80EE004BL

    Watcher already exists.

  • RTC_E_INVALID_ACL_LIST
    0x80EE0050L

    ACL list is invalid.

  • RTC_E_INVALID_ADDRESS_LOCAL
    0x80EE0014L

    The Local Address is invalid; check the profile.

  • RTC_E_INVALID_BUDDY_LIST
    0x80EE004FL

    The list of buddies is invalid.

  • RTC_E_INVALID_ID
    0x80EE0087L

    The endpoint ID is invalid.

  • RTC_E_INVALID_LISTEN_SOCKET
    0x80EE007BL

    Specified address and port are invalid.

  • RTC_E_INVALID_OBJECT_STATE
    0x80EE0061L

    Object state does not allow this operation to be performed.

  • RTC_E_INVALID_PORTRANGE
    0x80EE005CL

    Invalid port range.

  • RTC_E_INVALID_PREFERENCE_LIST
    0x80EE0059L

    Preference list is invalid.

  • RTC_E_INVALID_PROFILE
    0x80EE002EL

    Invalid profile.

  • RTC_E_INVALID_PROXY_ADDRESS
    0x80EE0016L

    The Proxy Address is not valid.

  • RTC_E_INVALID_REGISTRATION_STATE
    0x80EE006DL

    Invalid registration state.

  • RTC_E_INVALID_SESSION_STATE
    0x80EE002AL

    Invalid session state.

  • RTC_E_INVALID_SESSION_TYPE
    0x80EE0029L

    Invalid session type.

  • RTC_E_INVALID_SIP_URL
    0x80EE0012L

    The SIP URL is not valid.

  • RTC_E_LOCAL_PHONE_NEEDED
    0x80EE002CL

    A local phone number is needed.

  • RTC_E_LISTENING_SOCKET_NOT_EXIST
    0x80EE007AL

    The listening socket does not exist.

  • RTC_E_MALFORMED_XML
    0x80EE004CL

    Malformed XML.

  • RTC_E_MAX_PENDING_OPERATIONS
    0x80EE005AL

    Maximum number of pending operations reached.

  • RTC_E_MAX_PENDING_OPERATIONS
    0x80EE005AL

    Maximum number of pending operations reached.

  • RTC_E_MAX_REDIRECTS
    0x80EE0078L

    Too many redirects.

  • RTC_E_MEDIA_AEC
    0x80EE0024L

    Failed to enable acoustic echo cancellation.

  • RTC_E_MEDIA_AUDIO_DEVICE_NOT_AVAILABLE
    0x80EE0021L

    Audio device is not available.

  • RTC_E_MEDIA_CONTROLLER_STATE
    0x80EE001FL

    Operation not allowed in current media controller state.

  • RTC_E_MEDIA_DISABLED
    0x80EE006EL

    Media is disabled.

  • RTC_E_MEDIA_ENABLED
    0x80EE006FL

    Media is enabled.

  • RTC_E_MEDIA_NEED_TERMINAL
    0x80EE0020L

    Cannot find device.

  • RTC_E_MEDIA_SESSION_IN_HOLD
    0x80EE0076L

    Media session is in hold.

  • RTC_E_MEDIA_SESSION_NOT_EXIST
    0x80EE0075L

    Media session does not exist.

  • RTC_E_MEDIA_VIDEO_DEVICE_NOT_AVAILABLE
    0x80EE0022L

    Video device is not available.

  • RTC_E_NO_BUDDY
    0x80EE0054L

    Buddy does not exist.

  • RTC_E_NO_DEVICE
    0x80EE002DL

    No preferred device.

  • RTC_E_NO_GROUP
    0x80EE0051L

    Group does not exist.

  • RTC_E_NO_PROFILE
    0x80EE002BL

    No valid profile for this operation.

  • RTC_E_NO_REALM
    0x80EE0056L

    No realm is set.

  • RTC_E_NO_TRANSPORT
    0x80EE0057L

    Server cannot be specified without a transport protocol.

  • RTC_E_NO_WATCHER
    0x80EE0055L

    Watcher does not exist.

  • RTC_E_NOT_ALLOWED
    0x80EE0082L

    This action is not allowed.

  • RTC_E_NOT_EXIST
    0x80EE0058L

    The required item does not exist.

  • RTC_E_NOT_PRESENCE_PROFILE
    0x80EE006AL

    A presence profile must be used.

  • RTC_E_OPERATION_WITH_TOO_MANY_PARTICIPANTS
    0x80EE003EL

    The operation failed because of too many participants in the session.

  • RTC_E_PLATFORM_NOT_SUPPORTED
    0x80EE0080L

    This operation is not supported on this Windows Platform.

  • RTC_E_POLICY_NOT_ALLOW
    0x80EE0044L

    Current policy settings do not allow this action.

  • RTC_E_PORT_MANAGER_ALREADY_SET
    0x80EE007CL

    The port manager interface is already set.

  • RTC_E_PORT_MAPPING_UNAVAILABLE
    0x80EE0045L

    Port mapping cannot be obtained from the port manager.

  • RTC_E_PORT_MAPPING_FAILED
    0x80EE0046L

    Port mapping failure returned from the port mapper.

  • RTC_E_PRESENCE_ENABLED
    0x80EE0062L

    Presence is enabled.

  • RTC_E_PRESENCE_NOT_ENABLED
    0x80EE0028L

    Presence not enabled.

  • RTC_E_PROFILE_DUPLICATE_USER_URI_AND_SERVER
    0x80EE008AL

    A profile with the same user URI and SIP server is already enabled.

  • RTC_E_PROFILE_INVALID_SERVER_AUTHMETHOD
    0x80EE0038L

    Invalid server authentication method in profile.

  • RTC_E_PROFILE_INVALID_SERVER_PROTOCOL
    0x80EE0037L

    Invalid server protocol in profile.

  • RTC_E_PROFILE_INVALID_SERVER_ROLE
    0x80EE0039L

    Invalid server role in profile.

  • RTC_E_PROFILE_INVALID_SESSION
    0x80EE003BL

    Invalid session tag in profile.

  • RTC_E_PROFILE_INVALID_SESSION_PARTY
    0x80EE003CL

    Invalid session party in profile.

  • RTC_E_PROFILE_INVALID_SESSION_TYPE
    0x80EE003DL

    Invalid session type in profile.

  • RTC_E_PROFILE_MULTIPLE_REGISTRARS
    0x80EE003AL

    Multiple registrar servers in profile.

  • RTC_E_PROFILE_NO_KEY
    0x80EE0030L

    No profile URI.

  • RTC_E_PROFILE_NO_NAME
    0x80EE0031L

    No profile name.

  • RTC_E_PROFILE_NO_PROVISION
    0x80EE002FL

    No provision tag in profile.

  • RTC_E_PROFILE_NO_SERVER
    0x80EE0034L

    No server tag in profile.

  • RTC_E_PROFILE_NO_SERVER_ADDRESS
    0x80EE0035L

    Server tag missing address in profile.

  • RTC_E_PROFILE_NO_SERVER_PROTOCOL
    0x80EE0036L

    Server tag missing protocol in profile.

  • RTC_E_PROFILE_NO_USER
    0x80EE0032L

    No user tag in profile.

  • RTC_E_PROFILE_NO_USER_URI
    0x80EE0033L

    No user URI in profile.

  • RTC_E_PROFILE_SERVER_UNAUTHORIZED
    0x80EE0042L

    Server address does not match an authorized domain in profile.

  • RTC_E_REDIRECT_PROCESSING_FAILED
    0x80EE0079L

    Processing redirect failed.

  • RTC_E_REFER_NOT_ACCEPTED
    0x80EE0070L

    Refer has not been accepted.

  • RTC_E_REFER_NOT_ALLOWED
    0x80EE0071L

    Refer operation is not allowed in this session.

  • RTC_E_REFER_NOT_EXIST
    0x80EE0072L

    Refer session does not exist or has finished.

  • RTC_E_REGISTRATION_DEACTIVATED
    0x80EE0083L

    The user is being moved.

  • E_REGISTRATION_REJECTED
    0x80EE0084L

    The user's account was disabled or deleted or the SIP URI changed.

  • RTC_E_REGISTRATION_UNREGISTERED
    0x80EE0085L

    The user was logged out because the user logged in elsewhere.

  • RTC_E_ROAMING_ENABLED
    0x80EE0063L

    Roaming is enabled.

  • RTC_E_ROAMING_FAILED
    0x80EE004EL

    Roaming session failed.

  • RTC_E_ROAMING_OPERATION_INTERRUPTED
    0x80EE004DL

    Roaming operation interrupted. It may succeed or fail.

  • RTC_E_SECURITY_LEVEL_NOT_SUPPORTED_BY_PARTICIPANT
    0x80EE0049L

    Participant could not support the requested security level.

  • RTC_E_SDP_CONNECTION_ADDR
    0x80EE000AL

    Media does not contain connection address.

  • RTC_E_SDP_FAILED_TO_BUILD
    0x80EE000DL

    Failed to build SDP BLOB.

  • RTC_E_SDP_MULTICAST
    0x80EE0009L

    Multicast is not supported.

  • RTC_E_SDP_NO_MEDIA
    0x80EE000BL

    No media is available for the session.

  • RTC_E_SDP_NOT_PRESENT
    0x80EE0006L

    SDP is not present in the SIP message.

  • RTC_E_SDP_PARSE_FAILED
    0x80EE0007L

    Parsing SDP failed.

  • RTC_E_SDP_UPDATE_FAILED
    0x80EE0008L

    SDP does not match the previous one.

  • RTC_E_SECURITY_LEVEL_ALREADY_SET
    0x80EE007DL

    The security level has already been set for this Media type and cannot be changed.

  • RTC_E_SECURITY_LEVEL_NOT_COMPATIBLE
    0x80EE0047L

    The local and remote security levels are not compatible.

  • RTC_E_SECURITY_LEVEL_NOT_DEFINED
    0x80EE0048L

    Participant could not support the requested security level.

  • RTC_E_SIP_ADDITIONAL_PARTY_IN_TWO_PARTY_SESSION
    0x80EE005EL

    Adding additional parties to a two-party session failed.

  • RTC_E_SIP_AUTH_FAILED
    0x80EE0011L

    Authentication failed.

  • RTC_E_SIP_AUTH_HEADER_SENT
    0x80EE000FL

    Authorization header was sent in a previous request.

  • RTC_E_SIP_AUTH_INCORRECT_REALM
    80EE0089L

    Authentication failed because realm value in incoming message does not match realm value stored in profile.

  • RTC_E_SIP_AUTH_TIME_SKEW
    0x80EE006CL

    Authentication failure because of time skew between client and server.

  • RTC_E_SIP_AUTH_TYPE_NOT_SUPPORTED
    0x80EE0010L

    The Authentication type requested is not supported.

  • RTC_E_SIP_CALL_CONNECTION_NOT_ESTABLISHED
    0x80EE005DL

    Call connection has not been established.

  • RTC_E_SIP_CALL_DISCONNECTED
    0x80EE0019L

    The call has been disconnected.

  • RTC_E_SIP_CODECS_DO_NOT_MATCH
    0x80EE0000L

    No matching codecs with peer.

  • RTC_E_SIP_DNS_FAIL
    0x80EE0066L

    DNS lookup failed.

  • RTC_E_SIP_HEADER_NOT_PRESENT
    0x80EE0005L

    The SIP header is not present in the message.

  • RTC_E_SIP_HIGH_SECURITY_SET_TLS
    0x80EE0040L

    Must set transport to TLS if high security model is needed.

  • RTC_E_SIP_HOLD_OPERATION_PENDING
    0x80EE0073L

    A hold operation is currently pending.

  • RTC_E_SIP_INVALID_CERTIFICATE
    0x80EE0065L

    Invalid certificate.

  • RTC_E_SIP_INVITE_TRANSACTION_PENDING
    0x80EE000EL

    Currently processing another INVITE transaction.

  • RTC_E_SIP_INVITEE_PARTY_TIMEOUT
    0x80EE006BL

    Invitee connection fails.

  • RTC_E_SIP_NEED_MORE_DATA
    0x80EE0018L

    Need more data for parsing a whole SIP message.

  • RTC_E_SIP_NO_STREAM
    0x80EE0003L

    No stream is active.

  • RTC_E_SIP_OTHER_PARTY_JOIN_IN_PROGRESS
    0x80EE0060L

    Join operation is in progress for another party.

  • RTC_E_SIP_PARSE_FAILED
    0x80EE0004L

    Parsing SIP failed.

  • RTC_E_SIP_PARTY_ALREADY_IN_SESSION
    0x80EE005FL

    Party already exists in session.

  • RTC_E_SIP_PEER_PARTICIPANT_IN_MULTIPARTY_SESSION
    0x80EE0081L

    A peer participant cannot be added to a multiparty session.

  • RTC_E_SIP_REFER_OPERATION_PENDING
    0x80EE007FL

    Currently a refer operation is pending.

  • RTC_E_SIP_REQUEST_DESTINATION_ADDR_NOT_PRESENT
    0x80EE001AL

    The Request destination address is not known.

  • RTC_E_SIP_SSL_NEGOTIATION_TIMEOUT
    0x80EE001DL

    Timeout during SSL negotiation.

  • RTC_E_SIP_SSL_TUNNEL_FAILED
    0x80EE001CL

    Cannot establish SSL tunnel to HTTP proxy.

  • RTC_E_SIP_STACK_SHUTDOWN
    0x80EE001EL

    SIP Stack is already shut down.

  • RTC_E_SIP_STREAM_PRESENT
    0x80EE0001L

    The stream to be started is already present.

  • RTC_E_SIP_STREAM_NOT_PRESENT
    0x80EE0002L

    The stream to be stopped is not present.

  • RTC_E_SIP_TCP_FAIL
    0x80EE0067L

    Failed to make a TCP connection.

  • RTC_E_SIP_TLS_FAIL
    0x80EE0069L

    Failed to make a TLS connection.

  • RTC_E_SIP_TLS_INCOMPATIBLE_ENCRYPTION
    0x80EE0064L

    Incompatible TLS encryption.

  • RTC_E_SIP_TIMEOUT
    0x80EE000CL

    SIP Transaction timed out.

  • RTC_E_SIP_UNHOLD_OPERATION_PENDING
    0x80EE0074L

    Currently an unhold operation is pending.

  • RTC_E_TOO_MANY_GROUPS
    0x80EE0053L

    Maximum number of groups has been reached.

  • RTC_E_SIP_TRANSPORT_NOT_SUPPORTED
    0x80EE0017L

    The Transport specified is not supported.

  • RTC_E_SIP_UDP_SIZE_EXCEEDED
    0x80EE001BL

    The SIP message size is greater than the UDP message size allowed.

  • RTC_E_START_STREAM
    0x80EE0023L

    Cannot start stream.

  • RTC_E_TOO_MANY_RETRIES
    0x80EE005BL

    Too many attempt to resend a request.

  • RTC_E_TOO_MANY_GROUPS
    0x80EE0053L

    Maximum number of groups has been reached.

  • RTC_E_TOO_SMALL_EXPIRES_VALUE
    0x80EE0068L

    Expiration value received from server too small.

  • RTC_E_TRANSIENT_SERVER_DISCONNECT
    0x80EE0088L

    This operation failed because the server is unreachable or busy at this time. Please try again later.

  • RTC_E_UDP_NOT_SUPPORTED
    0x80EE007EL

    This feature is not supported when one of the servers in the profile has UDP transport.

The following constants are the SIP status code return values. The facility status code portion of the constant contains the SIP status code.

  • RTC_E_STATUS_CLIENT_ADDRESS_INCOMPLETE
    0x80EF01E4L

    Address Incomplete.

  • RTC_E_STATUS_CLIENT_AMBIGUOUS
    0x80EF01E5L

    Ambiguous.

  • RTC_E_STATUS_CLIENT_BAD_EXTENSION
    0x80EF01A4L

    Bad Extension.

  • RTC_E_STATUS_CLIENT_BAD_REQUEST
    0x80EF0190L

    Bad Request.

  • RTC_E_STATUS_CLIENT_BUSY_HERE
    0x80EF01E6L

    Busy Here.

  • RTC_E_STATUS_CLIENT_CONFLICT
    0x80EF0199L

    Conflict.

  • RTC_E_STATUS_CLIENT_FORBIDDEN
    0x80EF0193L

    Forbidden.

  • RTC_E_STATUS_CLIENT_GONE
    0x80EF019AL

    Gone.

  • RTC_E_STATUS_CLIENT_LENGTH_REQUIRED
    0x80EF019BL

    Length Required.

  • RTC_E_STATUS_CLIENT_LOOP_DETECTED
    0x80EF01E2L

    Loop Detected.

  • RTC_E_STATUS_CLIENT_METHOD_NOT_ALLOWED
    0x80EF0195L

    Method Not Allowed.

  • RTC_E_STATUS_CLIENT_NOT_ACCEPTABLE
    0x80EF0196L

    Not Acceptable.

  • RTC_E_STATUS_CLIENT_NOT_FOUND
    0x80EF0194L

    Not Found.

  • RTC_E_STATUS_CLIENT_PAYMENT_REQUIRED
    0x80EF0192L

    Payment Required.

  • RTC_E_STATUS_CLIENT_PROXY_AUTHENTICATION_REQUIRED
    0x80EF0197L

    Proxy Authentication Required.

  • RTC_E_STATUS_CLIENT_REQUEST_ENTITY_TOO_LARGE
    0x80EF019DL

    Request Entity Too Large.

  • RTC_E_STATUS_CLIENT_REQUEST_TIMEOUT
    0x80EF0198L

    Request Time-out.

  • RTC_E_STATUS_CLIENT_REQUEST_URI_TOO_LARGE
    0x80EF019EL

    Request-URI Too Long.

  • RTC_E_STATUS_CLIENT_TEMPORARILY_NOT_AVAILABLE
    0x80EF01E0L

    Temporarily Unavailable.

  • RTC_E_STATUS_CLIENT_TOO_MANY_HOPS
    0x80EF01E3L

    Too Many Hops.

  • RTC_E_STATUS_CLIENT_TRANSACTION_DOES_NOT_EXIST
    0x80EF01E1L

    Call Leg/Transaction Does Not Exist.

  • RTC_E_STATUS_CLIENT_UNAUTHORIZED
    0x80EF0191L

    Unauthorized.

  • RTC_E_STATUS_CLIENT_UNSUPPORTED_MEDIA_TYPE
    0x80EF019FL

    Unsupported Media Type.

  • RTC_E_STATUS_GLOBAL_BUSY_EVERYWHERE
    0x80EF0258L

    Busy Everywhere.

  • RTC_E_STATUS_GLOBAL_DECLINE
    0x80EF025BL

    Decline.

  • RTC_E_STATUS_GLOBAL_DOES_NOT_EXIST_ANYWHERE
    0x80EF025CL

    Does Not Exist Anywhere.

  • RTC_E_STATUS_GLOBAL_NOT_ACCEPTABLE
    0x80EF025EL

    Not Acceptable.

  • RTC_E_STATUS_INFO_CALL_FORWARDING
    0x00EF00B5L

    Call Is Being Forwarded.

  • RTC_E_STATUS_INFO_QUEUED
    0x00EF00B6L

    Queued.

  • RTC_E_STATUS_INFO_RINGING
    0x00EF00B4L

    Ringing.

  • RTC_E_STATUS_INFO_TRYING
    0x00EF0064L

    Trying.

  • RTC_E_STATUS_NOT_ACCEPTABLE_HERE
    0x80EF01E8L

    Not Acceptable Here.

  • RTC_E_STATUS_REDIRECT_MULTIPLE_CHOICES
    0x80EF012CL

    Multiple Choices.

  • RTC_E_STATUS_REDIRECT_MOVED_PERMANENTLY
    0x80EF012DL

    Moved Permanently.

  • RTC_E_STATUS_REDIRECT_MOVED_TEMPORARILY
    0x80EF012EL

    Moved Temporarily.

  • RTC_E_STATUS_REDIRECT_SEE_OTHER
    0x80EF012FL

    See Other.

  • RTC_E_STATUS_REDIRECT_USE_PROXY
    0x80EF0131L

    Use Proxy.

  • RTC_E_STATUS_REDIRECT_ALTERNATIVE_SERVICE
    0x80EF017CL

    Alternative Service.

  • RTC_E_STATUS_REQUEST_TERMINATED
    0x80EF01E7L)

    Request Terminated.

  • RTC_E_STATUS_SERVER_BAD_GATEWAY
    0x80EF01F6L

    Bad Gateway.

  • RTC_E_STATUS_SERVER_INTERNAL_ERROR
    0x80EF01F4L

    Server Internal Error.

  • RTC_E_STATUS_SERVER_NOT_IMPLEMENTED
    0x80EF01F5L

    Not Implemented.

  • RTC_E_STATUS_SESSION_PROGRESS
    0x00EF00B7L

    Session Progress.

  • RTC_E_STATUS_SERVER_SERVER_TIMEOUT
    0x80EF01F8L

    Server Time-out.

  • RTC_E_STATUS_SERVER_SERVICE_UNAVAILABLE
    0x80EF01F7L

    Service Unavailable.

  • RTC_E_STATUS_SERVER_VERSION_NOT_SUPPORTED
    0x80EF01F9L

    Version Not Supported.

  • RTC_E_STATUS_SUCCESS
    0x00EF00C8L

    Ok.

  • RTC_S_ROAMING_NOT_SUPPORTED
    0x00EE0041L

    Server does not support this type of roaming.

The following constants are the PINT (rfc 2848) status code return values. The facility status code portion of the constant contains the PINT status code.

  • RTC_E_PINT_STATUS_REJECTED_ALL_BUSY
    0x80F00007L

    All Busy.

  • RTC_E_PINT_STATUS_REJECTED_BADNUMBER
    0x80F0000BL

    Bad Number.

  • RTC_E_PINT_STATUS_REJECTED_BUSY
    0x80F00005L

    Busy.

  • RTC_E_PINT_STATUS_REJECTED_CANCELLED
    0x80F0000AL

    Cancelled.

  • RTC_E_PINT_STATUS_REJECTED_NO_ANSWER
    0x80F00006L

    No Answer.

  • RTC_E_PINT_STATUS_REJECTED_PL_FAILED
    0x80F00008L

    Primary Leg Failed.

  • RTC_E_PINT_STATUS_REJECTED_SW_FAILED
    0x80F00009L

    Switch Failed.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows ME/98.
Header: Declared in Rtccore.h.