| Previous | Next |
| STATUS_FLT_IO_COMPLETE | STATUS_RTPM_CONTEXT_COMPLETE |
STATUS_RTPM_CONTEXT_CONTINUE
Remote TPM context must be continued
STATUS_RTPM_CONTEXT_CONTINUE is an informational NTSTATUS used by a remote TPM exchange rather than a final TPM command failure. It says the context is still in progress and should be transported to the target that can continue the operation.
For callers, this is a state-machine result. The next step is to preserve the context blob exactly, deliver it to the expected remote TPM target, and continue with the matching operation rather than treating the result as completed output.
Diagnostic focus
- Keep the context blob, target identity, PCR selection, and command metadata together.
- Do not discard intermediate context after receiving this status; it is required for continuation.
- Check transport framing before blaming TPM command authorization.
References
- Microsoft: TPM Base Services
- Microsoft: CNG key storage providers
- TCG: TPM 2.0 Library specification
- Microsoft: NTSTATUS values
Looking for a different code? Search another status or error code.
