Site icon EfmSoft

What does NTSTATUS 0xC0000702 (STATUS_INVALID_MESSAGE) mean?

 
Previous Next
STATUS_MESSAGE_LOST STATUS_REQUEST_CANCELED

STATUS_INVALID_MESSAGE

The ALPC message layout is not valid for this operation

ALPC messages contain a native port-message header plus operation-specific data and optional attributes. Validation can fail when lengths are inconsistent, alignment is wrong, the message type is inappropriate, an attribute mask does not match the attached buffer, or a message is reused after its ownership state changed.

Do not fix this by increasing an arbitrary buffer size. The total length, data length, architecture-specific alignment, attribute allocation, and exact send or reply API must agree. Private native structures can also vary between Windows versions, so hard-coded layouts are especially fragile.

What to inspect

References


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

Exit mobile version