Site icon EfmSoft

What does HRESULT 0x80010009 (RPC_E_INVALID_DATAPACKET) mean?

 
Previous Next
RPC_E_CLIENT_DIED RPC_E_CANTTRANSMIT_CALL

RPC_E_INVALID_DATAPACKET

RPC_E_INVALID_DATAPACKET means that COM rejected malformed marshaled call data before a normal method invocation could proceed. It points to a proxy or marshaling compatibility problem, not an ordinary application-level validation error.

What to inspect

Do not try to reinterpret the packet in application code; correct the interface or marshaler that produced it.

Microsoft: COM documentation


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

Exit mobile version