Windows / Headers / wdsmcerr.h
wdsmcerr.h
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
WDSMCSERVER_CATEGORY | 0x00000001 | WDS Multicast Server |
WDSMCCLIENT_CATEGORY | 0x00000002 | WDS Multicast Client |
EVT_WDSMCS_S_PARAMETERS_READ | 0x41210200 | The Windows Deployment Services multicast server successfully read its configuration settings. The Windows Deployment Services multicast server will now process incoming client requests. |
EVT_WDSMCS_W_CP_DLL_LOAD_FAILED_NOT_CRITICAL | 0x8121025A | The Content Provider %1 failed to initialize. The provider is marked as non-critical. WDS Multicast server will continue to start.%n %n Error Information: %2 %n |
WDSMCS_E_SESSION_SHUTDOWN_IN_PROGRESS | 0xC1210100 | The request for content was rejected because shutdown is in progress for the specified session. |
WDSMCS_E_REQCALLBACKS_NOT_REG | 0xC1210101 | The Content Provider did not register required callbacks. |
WDSMCS_E_INCOMPATIBLE_VERSION | 0xC1210102 | The supported version reported by Content Provider is incompatible. |
WDSMCS_E_CONTENT_NOT_FOUND | 0xC1210103 | The specified content was not found. |
WDSMCS_E_CLIENT_NOT_FOUND | 0xC1210104 | The specified client was not found. |
WDSMCS_E_NAMESPACE_NOT_FOUND | 0xC1210105 | The specified namespace was not found. |
WDSMCS_E_CONTENT_PROVIDER_NOT_FOUND | 0xC1210106 | The specified content provider was not found. |
WDSMCS_E_NAMESPACE_ALREADY_EXISTS | 0xC1210107 | The specified namespace already exists. |
WDSMCS_E_NAMESPACE_SHUTDOWN_IN_PROGRESS | 0xC1210108 | The namespace is pending closure due to inactivity. |
WDSMCS_E_NAMESPACE_ALREADY_STARTED | 0xC1210109 | The namespace has already started. |
WDSMCS_E_NS_START_FAILED_NO_CLIENTS | 0xC121010A | The namespace cannot be started because there are no clients in the namespace. |
WDSMCS_E_START_TIME_IN_PAST | 0xC121010B | The specified start time is in the past. |
WDSMCS_E_PACKET_NOT_HASHED | 0xC121010C | A packet was received without a hash. |
WDSMCS_E_PACKET_NOT_SIGNED | 0xC121010D | A packet was received without a signature. |
WDSMCS_E_PACKET_HAS_SECURITY | 0xC121010E | A signed or hashed packet was received. |
WDSMCS_E_PACKET_NOT_CHECKSUMED | 0xC121010F | A packet was received without a checksum. |
WDSMCS_E_CLIENT_DOESNOT_SUPPORT_SECURITY_MODE | 0xC1210110 | The client does not support the required security mode. |
EVT_WDSMCS_E_PARAMETERS_READ_FAILED | 0xC1210201 | An error occurred while trying to read the configuration information. The Windows Deployment Services multicast server will not process incoming client requests. %n %n Error Information: %1 %n |
EVT_WDSMCS_E_DUPLICATE_MULTICAST_ADDR | 0xC1210202 | The multicast IP address %1 is being used by another Windows Deployment Services server, which has IP %2. Use the Windows Deployment Services management tools to configure your multicast IP address range to avoid this multicast IP address. If you allow this overlap to continue, your network usage will be increased. |
EVT_WDSMCS_E_NON_WDS_DUPLICATE_MULTICAST_ADDR | 0xC1210203 | The multicast IP address %1 is being used by another multicast server, which has IP %2. Use the Windows Deployment Services management tools to configure your multicast IP address range to avoid this multicast IP address. If you allow this overlap to continue, your network usage will be increased. |
EVT_WDSMCS_E_CP_DLL_LOAD_FAILED | 0xC1210250 | An error occurred while trying to load the module %1 for Content Provider %2. %n %n Error Information: %3 %n |
EVT_WDSMCS_E_CP_INIT_FUNC_MISSING | 0xC1210251 | The module %1 for Content Provider %2 does not export the initialization function %3. %n %n Error Information: %4 %n |
EVT_WDSMCS_E_CP_INIT_FUNC_FAILED | 0xC1210252 | The Content Provider %1 loaded from %2 failed to initialize. %n %n Error Information: %3 %n |
EVT_WDSMCS_E_CP_INCOMPATIBLE_SERVER_VERSION | 0xC1210253 | The Content Provider %1 is incompatible with this version of Windows Deployment Multicast Server. %n |
EVT_WDSMCS_E_CP_CALLBACKS_NOT_REG | 0xC1210254 | The Content Provider %1 did not register required callbacks during its initialization. %n |
EVT_WDSMCS_E_CP_SHUTDOWN_FUNC_FAILED | 0xC1210255 | The shutdown function for Content Provider %1 failed. %n %n Error Information: %2 %n |
EVT_WDSMCS_E_CP_MEMORY_LEAK | 0xC1210256 | The Content Provider %1 did not release %2 memory allocation(s) after its shutdown function has successfully returned. |
EVT_WDSMCS_E_CP_OPEN_INSTANCE_FAILED | 0xC1210257 | The Content Provider %1 returned an error while trying to open a new instance. %n %n Configuration: %2 %n Error Information: %3 %n |
EVT_WDSMCS_E_CP_CLOSE_INSTANCE_FAILED | 0xC1210258 | The Content Provider %1 returned an error while trying to close an instance. %n %n Error Information: %2 %n |
EVT_WDSMCS_E_CP_OPEN_CONTENT_FAILED | 0xC1210259 | The Content Provider %1 returned an error while trying to open content %2. %n %n Error Information: %3 %n |
EVT_WDSMCS_E_CP_DLL_LOAD_FAILED_CRITICAL | 0xC121025B | The Content Provider %1 failed to initialize. The provider is marked as critical. WDS Multicast server will fail to start.%n %n Error Information: %2 %n |
EVT_WDSMCS_E_NSREG_START_TIME_IN_PAST | 0xC1210300 | The ScheduledCast namespace %1 using content provider %2 could not be registered as it starts in the past. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n |
EVT_WDSMCS_E_NSREG_CONTENT_PROVIDER_NOT_REG | 0xC1210301 | The namespace %1 using content provider %2 could not be registered because the content provider is not registered. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n |
EVT_WDSMCS_E_NSREG_NAMESPACE_EXISTS | 0xC1210302 | The namespace %1 using content provider %2 could not be registered because a namespace by that name already exists. The namespace has been removed from the namespace store. %n %n Error Information: %3 %n |
EVT_WDSMCS_E_NSREG_FAILURE | 0xC1210303 | The namespace %1 using content provider %2 could not be registered due to an unknown error. %n %n Error Information: %3 %n |
WDSTPC_E_CALLBACKS_NOT_REG | 0xC1220300 | The required callbacks were not registered. |
WDSTPC_E_ALREADY_COMPLETED | 0xC1220301 | The session has already completed the download. |
WDSTPC_E_ALREADY_IN_PROGRESS | 0xC1220302 | The download is already in progress. |
WDSTPC_E_UNKNOWN_ERROR | 0xC1220303 | An unknown error occurred. |
WDSTPC_E_NOT_INITIALIZED | 0xC1220304 | WDS Multicast Client not initialized. |
WDSTPC_E_KICKED_POLICY_NOT_MET | 0xC1220305 | The client did not meet the policy requirements set by the administrator and was kicked from the session. |
WDSTPC_E_KICKED_FALLBACK | 0xC1220306 | The client was disconnected by the administrator. The server requested that the client use another method to obtain the contents. |
WDSTPC_E_KICKED_FAIL | 0xC1220307 | The client was disconnected by the administrator. |
WDSTPC_E_KICKED_UNKNOWN | 0xC1220308 | The client was disconnected by the administrator. An unknown reason was specified for disconnecting the client from the session. |
WDSTPC_E_MULTISTREAM_NOT_ENABLED | 0xC1220309 | Multistream support is not enabled. |
WDSTPC_E_ALREADY_IN_LOWEST_SESSION | 0xC122030A | The specified client is already in the lowest multistream session. |
WDSTPC_E_CLIENT_DEMOTE_NOT_SUPPORTED | 0xC122030B | The specified client does not support demotion. |
WDSTPC_E_NO_IP4_INTERFACE | 0xC122030C | No IPv4 interface available on the server. |
WDSTPTC_E_WIM_APPLY_REQUIRES_REFERENCE_IMAGE | 0xC122030D | The specified WIM file requires a reference WIM such as res.rwm in order to be applied. |
53 entries |