What does HRESULT 0xC1210251 (EVT_WDSMCS_E_CP_INIT_FUNC_MISSING) mean?

 
Previous Next
EVT_WDSMCS_E_CP_DLL_LOAD_FAILED EVT_WDSMCS_E_CP_INIT_FUNC_FAILED

EVT_WDSMCS_E_CP_INIT_FUNC_MISSING

EVT_WDSMCS_E_CP_INIT_FUNC_MISSING is a Windows Deployment Services (WDS) Multicast Server result. It indicates that the loaded provider DLL is missing the entry point expected by WDS Multicast Server.

What to check

  • Verify that the configured DLL is the intended provider binary and not an incompatible or stale build.
  • Check the provider export list and required calling convention against the WDS content-provider interface.
  • Rebuild or redeploy the provider for the target WDS API version rather than patching the server configuration.

Microsoft documentation on the Windows Deployment Services Multicast Application Protocol


Looking for a different code? Search another status or error code.